Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cdf3065d7 | ||
|
|
973b1fcffb | ||
|
|
4195833d6f | ||
|
|
8f4e62c278 | ||
|
|
2c294af116 | ||
|
|
0f1f3b88b2 | ||
|
|
56b7697dda | ||
|
|
86d7471c76 | ||
|
|
cb7400710b | ||
|
|
59796067e2 | ||
|
|
7920565b97 | ||
|
|
4f0069cac8 | ||
|
|
835070c44f | ||
|
|
5368733353 | ||
|
|
efda09f279 | ||
|
|
af48f19dfa | ||
|
|
a0dd50b3ba | ||
|
|
3e159891c0 | ||
|
|
4b36fa68a5 | ||
|
|
70c9cfa0f0 | ||
|
|
3ce67375e3 | ||
|
|
10d611ba17 | ||
|
|
00acff5956 | ||
|
|
9857abd061 | ||
|
|
e87c830990 | ||
|
|
71063c93d1 | ||
|
|
e037df89e3 | ||
|
|
564d63ce28 | ||
|
|
69db63b6f9 | ||
|
|
2bd81e9d05 | ||
|
|
d267895dd5 | ||
|
|
190e0fcdb1 | ||
|
|
5e83837c5b | ||
|
|
7f949874e6 | ||
|
|
b024d7f63c | ||
|
|
4bc76bb3e5 | ||
|
|
212b43dda2 | ||
|
|
0ba1b318a7 | ||
|
|
2e8e5a93ca | ||
|
|
6101f82000 | ||
|
|
662aef2033 | ||
|
|
0859c470be | ||
|
|
29fe22da43 | ||
|
|
7eef825b38 | ||
|
|
24808fb55d | ||
|
|
9c06ed7a1c | ||
|
|
9560259f55 | ||
|
|
6236838fc8 | ||
|
|
e14eddfee3 | ||
|
|
0927f9ba8c | ||
|
|
a8775fd69d | ||
|
|
363c502ae8 | ||
|
|
d6cc0c30b4 | ||
|
|
5e312973f3 | ||
|
|
17c6262a5e | ||
|
|
0932a9aa7b | ||
|
|
88b44befdf |
+3
-1
@@ -26,4 +26,6 @@
|
||||
4.16.2
|
||||
|
||||
5.3.2
|
||||
5.5.2
|
||||
5.5.2
|
||||
5.8.2
|
||||
5.8.3
|
||||
@@ -1,5 +1,71 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 5.8.3 Sep 6, 2021
|
||||
|
||||
Upgrade priority: Low.
|
||||
|
||||
Changes:
|
||||
|
||||
- Adjust Statemint, Rococo and Westend Xcm overrides
|
||||
|
||||
|
||||
## 5.8.2 Sep 6, 2021
|
||||
|
||||
Upgrade priority: Low.
|
||||
|
||||
Contributed:
|
||||
|
||||
- Correct Xcm V1 `MultiLocation` definitions (Thanks to https://github.com/apopiak)
|
||||
|
||||
Changes:
|
||||
|
||||
- Adjust Kusama Xcm overrides
|
||||
|
||||
|
||||
## 5.8.1 Sep 6, 2021
|
||||
|
||||
Upgrade priority: Low.
|
||||
|
||||
Changes:
|
||||
|
||||
- Add `Auction` to Kusama `ProxyType` definition
|
||||
- Adjust Xcm definitions with latest v1 & v2 types
|
||||
- Support for `scale-info` 1.0 `Range` mapping
|
||||
- Bump static metadata for latest Substrate, Polkadot & Kusama
|
||||
|
||||
|
||||
## 5.7.1 Aug 29, 2021
|
||||
|
||||
Upgrade priority: Low.
|
||||
|
||||
Changes:
|
||||
|
||||
- Optimize `Vec` construction (no re-create on new arrays)
|
||||
- Adjust output for enums in `toHuman`
|
||||
- Adjust aliases for new parachain module locations
|
||||
- Support for versioned xcm types (Polkadot master)
|
||||
- Add support for `Range` in `PortableRegistry` (used in Metadata 14)
|
||||
- Adjust balances derive for non-existent instances
|
||||
- Ensure Statemint (current) defaults to xcm v0
|
||||
- Add Kusama 9090 upgrade block
|
||||
|
||||
|
||||
## 5.6.1 Aug 23, 2021
|
||||
|
||||
Upgrade priority: Low. Recommended for users of Xcm, preparing for Kusama/Westend 9100
|
||||
|
||||
Contributed:
|
||||
|
||||
- Support 0...N-1 args on `keys/entries` (Thanks to https://github.com/hamidra)
|
||||
|
||||
Changes:
|
||||
|
||||
- Updated XCM types, `AssetId`, `MultiAssets`, `MultiAssetV1`, `AssetInstanceV1`, `XcmOrderV1`
|
||||
- Rename `Null` entry in `MultiLocation` to `Here` (Xcm V1)
|
||||
- Westend 9090 upgrade block
|
||||
- Bump static Substrate, Kusama & Polkadot metadata
|
||||
|
||||
|
||||
## 5.5.2 Aug 19, 2021
|
||||
|
||||
Upgrade priority: Medium. Contains fixes for parachain types, affecting historic block retrieval on Kusama.
|
||||
|
||||
+1
-14
@@ -16,18 +16,5 @@ module.exports = {
|
||||
// eslint-disable-next-line sort-keys
|
||||
'@polkadot/types(.*)$': '<rootDir>/packages/types/src/$1'
|
||||
},
|
||||
modulePathIgnorePatterns: [
|
||||
'<rootDir>/packages/api/build',
|
||||
'<rootDir>/packages/api-contract/build',
|
||||
'<rootDir>/packages/api-derive/build',
|
||||
'<rootDir>/packages/metadata/build',
|
||||
'<rootDir>/packages/rpc-core/build',
|
||||
'<rootDir>/packages/rpc-provider/build',
|
||||
'<rootDir>/packages/typegen/build',
|
||||
'<rootDir>/packages/types/build',
|
||||
'<rootDir>/packages/types-known/build',
|
||||
'<rootDir>/packages/types-support/build'
|
||||
],
|
||||
testTimeout: 30000,
|
||||
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
|
||||
testTimeout: 30000
|
||||
};
|
||||
|
||||
+7
-7
@@ -8,7 +8,7 @@
|
||||
"packages/*"
|
||||
],
|
||||
"resolutions": {
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "^4.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn build:interfaces && polkadot-dev-build-ts",
|
||||
@@ -26,15 +26,15 @@
|
||||
"test:watch": "polkadot-dev-run-test --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/register": "^7.15.3",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/dev": "^0.62.60",
|
||||
"@polkadot/ts": "^0.4.4",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/dev": "^0.62.66",
|
||||
"@polkadot/ts": "^0.4.7",
|
||||
"@polkadot/typegen": "workspace:packages/typegen",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/jest": "^27.0.1",
|
||||
"copyfiles": "^2.4.1"
|
||||
},
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"packageManager": "yarn@3.0.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api-contract",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Interfaces for interacting with contracts and contract ABIs",
|
||||
"main": "index.js",
|
||||
@@ -19,10 +19,10 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/api": "5.8.3",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"rxjs": "^7.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', version: '5.8.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api-derive",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
|
||||
"main": "index.js",
|
||||
@@ -19,16 +19,16 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/rpc-core": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/api": "5.8.3",
|
||||
"@polkadot/rpc-core": "5.8.3",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"@polkadot/util-crypto": "^7.3.1",
|
||||
"rxjs": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/rpc-provider": "5.5.2"
|
||||
"@polkadot/keyring": "^7.3.1",
|
||||
"@polkadot/rpc-provider": "5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { Observable } from 'rxjs';
|
||||
import type { ApiInterfaceRx, QueryableStorageMultiArg } from '@polkadot/api/types';
|
||||
import type { ApiInterfaceRx, QueryableStorageEntry } from '@polkadot/api/types';
|
||||
import type { AccountData, AccountId, AccountIndex, AccountInfo, Address, Balance, Index } from '@polkadot/types/interfaces';
|
||||
import type { ITuple } from '@polkadot/types/types';
|
||||
import type { DeriveBalancesAccount, DeriveBalancesAccountData } from '../types';
|
||||
|
||||
import { combineLatest, map, of, switchMap } from 'rxjs';
|
||||
|
||||
import { assert, isFunction } from '@polkadot/util';
|
||||
import { isFunction } from '@polkadot/util';
|
||||
|
||||
import { memo } from '../util';
|
||||
|
||||
@@ -39,15 +39,11 @@ function getBalance (api: ApiInterfaceRx, [freeBalance, reservedBalance, frozenF
|
||||
};
|
||||
}
|
||||
|
||||
function calcBalances (api: ApiInterfaceRx, [accountId, [accountNonce, balances]]: [AccountId, Result]): DeriveBalancesAccount {
|
||||
const primary = balances[0];
|
||||
|
||||
assert(primary, 'No balances retrieved for account');
|
||||
|
||||
function calcBalances (api: ApiInterfaceRx, [accountId, [accountNonce, [primary, ...additional]]]: [AccountId, Result]): DeriveBalancesAccount {
|
||||
return {
|
||||
accountId,
|
||||
accountNonce,
|
||||
additional: balances.filter((_, index) => index !== 0).map((b) => getBalance(api, b)),
|
||||
additional: additional.map((b) => getBalance(api, b)),
|
||||
...getBalance(api, primary)
|
||||
};
|
||||
}
|
||||
@@ -66,34 +62,44 @@ function queryBalancesFree (api: ApiInterfaceRx, accountId: AccountId): Observab
|
||||
);
|
||||
}
|
||||
|
||||
function querySystemNonce (api: ApiInterfaceRx, accountId: AccountId): Observable<Result> {
|
||||
return api.query.system.accountNonce<Index>(accountId).pipe(
|
||||
map((accountNonce): Result => [
|
||||
accountNonce,
|
||||
[[zeroBalance(api), zeroBalance(api), zeroBalance(api), zeroBalance(api)]]
|
||||
])
|
||||
);
|
||||
function queryNonceOnly (api: ApiInterfaceRx, accountId: AccountId): Observable<Result> {
|
||||
const fill = (nonce: Index): Result => [
|
||||
nonce,
|
||||
[[zeroBalance(api), zeroBalance(api), zeroBalance(api), zeroBalance(api)]]
|
||||
];
|
||||
|
||||
return isFunction(api.query.system.account)
|
||||
? api.query.system.account(accountId).pipe(
|
||||
map(({ nonce }) => fill(nonce))
|
||||
)
|
||||
: isFunction(api.query.system.accountNonce)
|
||||
? api.query.system.accountNonce<Index>(accountId).pipe(
|
||||
map((nonce) => fill(nonce))
|
||||
)
|
||||
: of(fill(api.registry.createType('Index')));
|
||||
}
|
||||
|
||||
function queryBalancesAccount (api: ApiInterfaceRx, accountId: AccountId, modules: string[] = ['balances']): Observable<Result> {
|
||||
const balances = modules.map(
|
||||
(m): QueryableStorageMultiArg<'rxjs'> => [
|
||||
(api.derive as DeriveCustomAccount)[m]?.customAccount || api.query[m].account,
|
||||
accountId
|
||||
]
|
||||
);
|
||||
const balances = modules
|
||||
.map((m): QueryableStorageEntry<'rxjs'> => (api.derive as DeriveCustomAccount)[m]?.customAccount || api.query[m]?.account)
|
||||
.filter((q) => isFunction(q))
|
||||
.map((q): [QueryableStorageEntry<'rxjs'>, AccountId] => [q, accountId]);
|
||||
|
||||
const extract = (data: AccountData[]) =>
|
||||
data.map(({ feeFrozen, free, miscFrozen, reserved }): BalanceResult => [free, reserved, feeFrozen, miscFrozen]);
|
||||
const extract = (nonce: Index, data: AccountData[]): Result => [
|
||||
nonce,
|
||||
data.map(({ feeFrozen, free, miscFrozen, reserved }): BalanceResult => [free, reserved, feeFrozen, miscFrozen])
|
||||
];
|
||||
|
||||
// NOTE this is for the first case where we do have instances specified
|
||||
return isFunction(api.query.system.account)
|
||||
? api.queryMulti<[AccountInfo, ...(AccountData[])]>([[api.query.system.account, accountId], ...balances]).pipe(
|
||||
map(([{ nonce }, ...balances]): Result => [nonce, extract(balances)])
|
||||
)
|
||||
: api.queryMulti<[Index, ...(AccountData[])]>([[api.query.system.accountNonce, accountId], ...balances]).pipe(
|
||||
map(([nonce, ...balances]): Result => [nonce, extract(balances)])
|
||||
);
|
||||
return balances.length
|
||||
? isFunction(api.query.system.account)
|
||||
? api.queryMulti<[AccountInfo, ...(AccountData[])]>([[api.query.system.account, accountId], ...balances]).pipe(
|
||||
map(([{ nonce }, ...balances]) => extract(nonce, balances))
|
||||
)
|
||||
: api.queryMulti<[Index, ...(AccountData[])]>([[api.query.system.accountNonce, accountId], ...balances]).pipe(
|
||||
map(([nonce, ...balances]) => extract(nonce, balances))
|
||||
)
|
||||
: queryNonceOnly(api, accountId);
|
||||
}
|
||||
|
||||
function querySystemAccount (api: ApiInterfaceRx, accountId: AccountId): Observable<Result> {
|
||||
@@ -140,10 +146,6 @@ function querySystemAccount (api: ApiInterfaceRx, accountId: AccountId): Observa
|
||||
*/
|
||||
export function account (instanceId: string, api: ApiInterfaceRx): (address: AccountIndex | AccountId | Address | string) => Observable<DeriveBalancesAccount> {
|
||||
const balanceInstances = api.registry.getModuleInstances(api.runtimeVersion.specName.toString(), 'balances');
|
||||
const empty: Result = [
|
||||
api.registry.createType('Index'),
|
||||
[[zeroBalance(api), zeroBalance(api), zeroBalance(api), zeroBalance(api)]]
|
||||
];
|
||||
|
||||
return memo(instanceId, (address: AccountIndex | AccountId | Address | string): Observable<DeriveBalancesAccount> =>
|
||||
api.derive.accounts.accountId(address).pipe(
|
||||
@@ -159,11 +161,12 @@ export function account (instanceId: string, api: ApiInterfaceRx): (address: Acc
|
||||
? queryBalancesAccount(api, accountId)
|
||||
: isFunction(api.query.balances?.freeBalance)
|
||||
? queryBalancesFree(api, accountId)
|
||||
: isFunction(api.query.system?.accountNonce)
|
||||
? querySystemNonce(api, accountId)
|
||||
: of(empty)
|
||||
: queryNonceOnly(api, accountId)
|
||||
])
|
||||
: of([api.registry.createType('AccountId'), empty])
|
||||
: of([api.registry.createType('AccountId'), [
|
||||
api.registry.createType('Index'),
|
||||
[[zeroBalance(api), zeroBalance(api), zeroBalance(api), zeroBalance(api)]]
|
||||
]])
|
||||
)
|
||||
),
|
||||
map((result): DeriveBalancesAccount => calcBalances(api, result))
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', version: '5.8.3' };
|
||||
|
||||
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
|
||||
"main": "index.js",
|
||||
@@ -19,15 +19,15 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api-derive": "5.5.2",
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/rpc-core": "5.5.2",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/types-known": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/api-derive": "5.8.3",
|
||||
"@polkadot/keyring": "^7.3.1",
|
||||
"@polkadot/rpc-core": "5.8.3",
|
||||
"@polkadot/rpc-provider": "5.8.3",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/types-known": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"@polkadot/util-crypto": "^7.3.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.3.0"
|
||||
}
|
||||
|
||||
@@ -143,17 +143,18 @@ declare module '@polkadot/api/types/consts' {
|
||||
* deposited while the contract is alive. Costs for additional storage are added to
|
||||
* this base cost.
|
||||
*
|
||||
* This is a simple way to ensure that contracts with empty storage eventually get deleted by
|
||||
* making them pay rent. This creates an incentive to remove them early in order to save rent.
|
||||
* This is a simple way to ensure that contracts with empty storage eventually get deleted
|
||||
* by making them pay rent. This creates an incentive to remove them early in order to save
|
||||
* rent.
|
||||
**/
|
||||
depositPerContract: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The balance a contract needs to deposit per storage byte to stay alive indefinitely.
|
||||
*
|
||||
* Let's suppose the deposit is 1,000 BU (balance units)/byte and the rent is 1 BU/byte/day,
|
||||
* then a contract with 1,000,000 BU that uses 1,000 bytes of storage would pay no rent.
|
||||
* But if the balance reduced to 500,000 BU and the storage stayed the same at 1,000,
|
||||
* then it would pay 500 BU/day.
|
||||
* Let's suppose the deposit is 1,000 BU (balance units)/byte and the rent is 1
|
||||
* BU/byte/day, then a contract with 1,000,000 BU that uses 1,000 bytes of storage would
|
||||
* pay no rent. But if the balance reduced to 500,000 BU and the storage stayed the same at
|
||||
* 1,000, then it would pay 500 BU/day.
|
||||
**/
|
||||
depositPerStorageByte: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -201,11 +202,11 @@ declare module '@polkadot/api/types/consts' {
|
||||
**/
|
||||
cooloffPeriod: BlockNumber & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The minimum period of locking and the period between a proposal being approved and enacted.
|
||||
* The period between a proposal being approved and enacted.
|
||||
*
|
||||
* It should generally be a little more than the unstake period to ensure that
|
||||
* voting stakers have an opportunity to remove themselves from the system in the case where
|
||||
* they are on the losing side of a vote.
|
||||
* voting stakers have an opportunity to remove themselves from the system in the case
|
||||
* where they are on the losing side of a vote.
|
||||
**/
|
||||
enactmentPeriod: BlockNumber & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -213,9 +214,9 @@ declare module '@polkadot/api/types/consts' {
|
||||
**/
|
||||
fastTrackVotingPeriod: BlockNumber & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Indicator for whether an emergency origin is even allowed to happen. Some chains may want
|
||||
* to set this permanently to `false`, others may want to condition it on things such as
|
||||
* an upgrade having happened recently.
|
||||
* Indicator for whether an emergency origin is even allowed to happen. Some chains may
|
||||
* want to set this permanently to `false`, others may want to condition it on things such
|
||||
* as an upgrade having happened recently.
|
||||
**/
|
||||
instantAllowed: bool & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -241,6 +242,13 @@ declare module '@polkadot/api/types/consts' {
|
||||
* The amount of balance that must be deposited per byte of preimage stored.
|
||||
**/
|
||||
preimageByteDeposit: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The minimum period of vote locking.
|
||||
*
|
||||
* It should be no shorter than enactment period to ensure that in the case of an approval,
|
||||
* those successful voters are locked into the consequences that their votes entail.
|
||||
**/
|
||||
voteLockingPeriod: BlockNumber & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* How often (in blocks) to check for new votes.
|
||||
**/
|
||||
@@ -449,8 +457,8 @@ declare module '@polkadot/api/types/consts' {
|
||||
maxSubAccounts: u32 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The amount held on deposit for a registered subaccount. This should account for the fact
|
||||
* that one storage item's value will increase by the size of an account ID, and there will be
|
||||
* another trie item whose value is the size of an account ID plus 32 bytes.
|
||||
* that one storage item's value will increase by the size of an account ID, and there will
|
||||
* be another trie item whose value is the size of an account ID plus 32 bytes.
|
||||
**/
|
||||
subAccountDeposit: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -503,8 +511,8 @@ declare module '@polkadot/api/types/consts' {
|
||||
};
|
||||
multisig: {
|
||||
/**
|
||||
* The base amount of currency needed to reserve for creating a multisig execution or to store
|
||||
* a dispatch call for later.
|
||||
* The base amount of currency needed to reserve for creating a multisig execution or to
|
||||
* store a dispatch call for later.
|
||||
*
|
||||
* This is held for an additional storage item whose value size is
|
||||
* `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
|
||||
@@ -530,7 +538,8 @@ declare module '@polkadot/api/types/consts' {
|
||||
/**
|
||||
* The base amount of currency needed to reserve for creating an announcement.
|
||||
*
|
||||
* This is held when a new storage item holding a `Balance` is created (typically 16 bytes).
|
||||
* This is held when a new storage item holding a `Balance` is created (typically 16
|
||||
* bytes).
|
||||
**/
|
||||
announcementDepositBase: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -558,9 +567,9 @@ declare module '@polkadot/api/types/consts' {
|
||||
/**
|
||||
* The amount of currency needed per proxy added.
|
||||
*
|
||||
* This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing
|
||||
* storage value. Thus, when configuring `ProxyDepositFactor` one should take into account
|
||||
* `32 + proxy_type.encode().len()` bytes of data.
|
||||
* This is held for adding 32 bytes plus an instance of `ProxyType` more into a
|
||||
* pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
|
||||
* into account `32 + proxy_type.encode().len()` bytes of data.
|
||||
**/
|
||||
proxyDepositFactor: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -577,9 +586,11 @@ declare module '@polkadot/api/types/consts' {
|
||||
**/
|
||||
configDepositBase: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The amount of currency needed per additional user when creating a recovery configuration.
|
||||
* The amount of currency needed per additional user when creating a recovery
|
||||
* configuration.
|
||||
*
|
||||
* This is held for adding `sizeof(AccountId)` bytes more into a pre-existing storage value.
|
||||
* This is held for adding `sizeof(AccountId)` bytes more into a pre-existing storage
|
||||
* value.
|
||||
**/
|
||||
friendDepositFactor: BalanceOf & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -603,8 +614,8 @@ declare module '@polkadot/api/types/consts' {
|
||||
};
|
||||
scheduler: {
|
||||
/**
|
||||
* The maximum weight that may be scheduled per block for any dispatchables of less priority
|
||||
* than `schedule::HARD_DEADLINE`.
|
||||
* The maximum weight that may be scheduled per block for any dispatchables of less
|
||||
* priority than `schedule::HARD_DEADLINE`.
|
||||
**/
|
||||
maximumWeight: Weight & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -666,8 +677,8 @@ declare module '@polkadot/api/types/consts' {
|
||||
/**
|
||||
* The maximum number of nominators rewarded for each validator.
|
||||
*
|
||||
* For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can claim
|
||||
* their reward. This used to limit the i/o cost for the nominator payout.
|
||||
* For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can
|
||||
* claim their reward. This used to limit the i/o cost for the nominator payout.
|
||||
**/
|
||||
maxNominatorRewardedPerValidator: u32 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -722,10 +733,10 @@ declare module '@polkadot/api/types/consts' {
|
||||
};
|
||||
timestamp: {
|
||||
/**
|
||||
* The minimum period between blocks. Beware that this is different to the *expected* period
|
||||
* that the block production apparatus provides. Your chosen consensus system will generally
|
||||
* work with this to determine a sensible block time. e.g. For Aura, it will be double this
|
||||
* period on default settings.
|
||||
* The minimum period between blocks. Beware that this is different to the *expected*
|
||||
* period that the block production apparatus provides. Your chosen consensus system will
|
||||
* generally work with this to determine a sensible block time. e.g. For Aura, it will be
|
||||
* double this period on default settings.
|
||||
**/
|
||||
minimumPeriod: Moment & AugmentedConst<ApiType>;
|
||||
/**
|
||||
@@ -843,7 +854,18 @@ declare module '@polkadot/api/types/consts' {
|
||||
**/
|
||||
[key: string]: Codec;
|
||||
};
|
||||
utility: {
|
||||
/**
|
||||
* The limit on the number of batched calls.
|
||||
**/
|
||||
batchedCallsLimit: u32 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Generic const
|
||||
**/
|
||||
[key: string]: Codec;
|
||||
};
|
||||
vesting: {
|
||||
maxVestingSchedules: u32 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* The minimum amount transferred to call `vested_transfer`.
|
||||
**/
|
||||
|
||||
@@ -39,7 +39,8 @@ declare module '@polkadot/api/types/errors' {
|
||||
**/
|
||||
NoPermission: AugmentedError<ApiType>;
|
||||
/**
|
||||
* No provider reference exists to allow a non-zero balance of a non-self-sufficient asset.
|
||||
* No provider reference exists to allow a non-zero balance of a non-self-sufficient
|
||||
* asset.
|
||||
**/
|
||||
NoProvider: AugmentedError<ApiType>;
|
||||
/**
|
||||
@@ -424,10 +425,6 @@ declare module '@polkadot/api/types/errors' {
|
||||
* Identity may not veto a proposal twice
|
||||
**/
|
||||
AlreadyVetoed: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Unknown index
|
||||
**/
|
||||
BadIndex: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Preimage already noted
|
||||
**/
|
||||
@@ -452,10 +449,6 @@ declare module '@polkadot/api/types/errors' {
|
||||
* Invalid hash
|
||||
**/
|
||||
InvalidHash: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The provided witness data is wrong.
|
||||
**/
|
||||
InvalidWitness: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Maximum number of votes reached.
|
||||
**/
|
||||
@@ -476,26 +469,14 @@ declare module '@polkadot/api/types/errors' {
|
||||
* No external proposal
|
||||
**/
|
||||
NoProposal: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Not delegated
|
||||
**/
|
||||
NotDelegated: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The account is not currently delegating.
|
||||
**/
|
||||
NotDelegating: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The lock on the account to be unlocked has not yet expired.
|
||||
**/
|
||||
NotExpired: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Not imminent
|
||||
**/
|
||||
NotImminent: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The target account does not have a lock.
|
||||
**/
|
||||
NotLocked: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Next external proposal not simple majority
|
||||
**/
|
||||
@@ -680,8 +661,8 @@ declare module '@polkadot/api/types/errors' {
|
||||
**/
|
||||
AmountTooSmall: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The queue for the bid's duration is full and the amount bid is too low to get in through
|
||||
* replacing an existing bid.
|
||||
* The queue for the bid's duration is full and the amount bid is too low to get in
|
||||
* through replacing an existing bid.
|
||||
**/
|
||||
BidTooLow: AugmentedError<ApiType>;
|
||||
/**
|
||||
@@ -1271,8 +1252,8 @@ declare module '@polkadot/api/types/errors' {
|
||||
**/
|
||||
NoUnlockChunk: AugmentedError<ApiType>;
|
||||
/**
|
||||
* There are too many nominators in the system. Governance needs to adjust the staking settings
|
||||
* to keep things safe for the runtime.
|
||||
* There are too many nominators in the system. Governance needs to adjust the staking
|
||||
* settings to keep things safe for the runtime.
|
||||
**/
|
||||
TooManyNominators: AugmentedError<ApiType>;
|
||||
/**
|
||||
@@ -1280,8 +1261,8 @@ declare module '@polkadot/api/types/errors' {
|
||||
**/
|
||||
TooManyTargets: AugmentedError<ApiType>;
|
||||
/**
|
||||
* There are too many validators in the system. Governance needs to adjust the staking settings
|
||||
* to keep things safe for the runtime.
|
||||
* There are too many validators in the system. Governance needs to adjust the staking
|
||||
* settings to keep things safe for the runtime.
|
||||
**/
|
||||
TooManyValidators: AugmentedError<ApiType>;
|
||||
/**
|
||||
@@ -1541,19 +1522,38 @@ declare module '@polkadot/api/types/errors' {
|
||||
**/
|
||||
[key: string]: AugmentedError<ApiType>;
|
||||
};
|
||||
utility: {
|
||||
/**
|
||||
* Too many calls batched.
|
||||
**/
|
||||
TooManyCalls: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Generic error
|
||||
**/
|
||||
[key: string]: AugmentedError<ApiType>;
|
||||
};
|
||||
vesting: {
|
||||
/**
|
||||
* Amount being transferred is too low to create a vesting schedule.
|
||||
**/
|
||||
AmountLow: AugmentedError<ApiType>;
|
||||
/**
|
||||
* An existing vesting schedule already exists for this account that cannot be clobbered.
|
||||
* The account already has `MaxVestingSchedules` count of schedules and thus
|
||||
* cannot add another one. Consider merging existing schedules in order to add another.
|
||||
**/
|
||||
ExistingVestingSchedule: AugmentedError<ApiType>;
|
||||
AtMaxVestingSchedules: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Failed to create a new schedule because some parameter was invalid.
|
||||
**/
|
||||
InvalidScheduleParams: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The account given is not vesting.
|
||||
**/
|
||||
NotVesting: AugmentedError<ApiType>;
|
||||
/**
|
||||
* An index was out of bounds of the vesting schedules.
|
||||
**/
|
||||
ScheduleIndexOutOfBounds: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Generic error
|
||||
**/
|
||||
|
||||
@@ -204,8 +204,8 @@ declare module '@polkadot/api/types/events' {
|
||||
* # Params
|
||||
*
|
||||
* - `contract`: The contract that emitted the event.
|
||||
* - `data`: Data supplied by the contract. Metadata generated during contract
|
||||
* compilation is needed to decode it.
|
||||
* - `data`: Data supplied by the contract. Metadata generated during contract compilation
|
||||
* is needed to decode it.
|
||||
**/
|
||||
ContractEmitted: AugmentedEvent<ApiType, [AccountId, Bytes]>;
|
||||
/**
|
||||
@@ -362,17 +362,14 @@ declare module '@polkadot/api/types/events' {
|
||||
**/
|
||||
Started: AugmentedEvent<ApiType, [ReferendumIndex, VoteThreshold]>;
|
||||
/**
|
||||
* A public proposal has been tabled for referendum vote. \[proposal_index, deposit, depositors\]
|
||||
* A public proposal has been tabled for referendum vote. \[proposal_index, deposit,
|
||||
* depositors\]
|
||||
**/
|
||||
Tabled: AugmentedEvent<ApiType, [PropIndex, Balance, Vec<AccountId>]>;
|
||||
/**
|
||||
* An \[account\] has cancelled a previous delegation operation.
|
||||
**/
|
||||
Undelegated: AugmentedEvent<ApiType, [AccountId]>;
|
||||
/**
|
||||
* An \[account\] has been unlocked successfully.
|
||||
**/
|
||||
Unlocked: AugmentedEvent<ApiType, [AccountId]>;
|
||||
/**
|
||||
* An external proposal has been vetoed. \[who, proposal_hash, until\]
|
||||
**/
|
||||
@@ -653,9 +650,14 @@ declare module '@polkadot/api/types/events' {
|
||||
Announced: AugmentedEvent<ApiType, [AccountId, AccountId, Hash]>;
|
||||
/**
|
||||
* Anonymous account has been created by new proxy with given
|
||||
* disambiguation index and proxy type. \[anonymous, who, proxy_type, disambiguation_index\]
|
||||
* disambiguation index and proxy type. \[anonymous, who, proxy_type,
|
||||
* disambiguation_index\]
|
||||
**/
|
||||
AnonymousCreated: AugmentedEvent<ApiType, [AccountId, AccountId, ProxyType, u16]>;
|
||||
/**
|
||||
* A proxy was added. \[delegator, delegatee, proxy_type, delay\]
|
||||
**/
|
||||
ProxyAdded: AugmentedEvent<ApiType, [AccountId, AccountId, ProxyType, BlockNumber]>;
|
||||
/**
|
||||
* A proxy was executed correctly, with the given \[result\].
|
||||
**/
|
||||
@@ -719,8 +721,8 @@ declare module '@polkadot/api/types/events' {
|
||||
};
|
||||
session: {
|
||||
/**
|
||||
* New session has happened. Note that the argument is the \[session_index\], not the block
|
||||
* number as the type might suggest.
|
||||
* New session has happened. Note that the argument is the \[session_index\], not the
|
||||
* block number as the type might suggest.
|
||||
**/
|
||||
NewSession: AugmentedEvent<ApiType, [SessionIndex]>;
|
||||
/**
|
||||
@@ -1129,7 +1131,7 @@ declare module '@polkadot/api/types/events' {
|
||||
**/
|
||||
Frozen: AugmentedEvent<ApiType, [ClassId, InstanceId]>;
|
||||
/**
|
||||
* An asset `instace` was issued. \[ class, instance, owner \]
|
||||
* An asset `instance` was issued. \[ class, instance, owner \]
|
||||
**/
|
||||
Issued: AugmentedEvent<ApiType, [ClassId, InstanceId, AccountId]>;
|
||||
/**
|
||||
@@ -1158,7 +1160,7 @@ declare module '@polkadot/api/types/events' {
|
||||
**/
|
||||
Thawed: AugmentedEvent<ApiType, [ClassId, InstanceId]>;
|
||||
/**
|
||||
* An asset `instace` was transferred. \[ class, instance, from, to \]
|
||||
* An asset `instance` was transferred. \[ class, instance, from, to \]
|
||||
**/
|
||||
Transferred: AugmentedEvent<ApiType, [ClassId, InstanceId, AccountId, AccountId]>;
|
||||
/**
|
||||
@@ -1187,12 +1189,12 @@ declare module '@polkadot/api/types/events' {
|
||||
};
|
||||
vesting: {
|
||||
/**
|
||||
* An \[account\] has become fully vested. No further vesting can happen.
|
||||
* An \[account\] has become fully vested.
|
||||
**/
|
||||
VestingCompleted: AugmentedEvent<ApiType, [AccountId]>;
|
||||
/**
|
||||
* The amount vested has been updated. This could indicate more funds are available. The
|
||||
* balance given is the amount which is left unvested (and thus locked).
|
||||
* The amount vested has been updated. This could indicate a change in funds available.
|
||||
* The balance given is the amount which is left unvested (and thus locked).
|
||||
* \[account, unvested\]
|
||||
**/
|
||||
VestingUpdated: AugmentedEvent<ApiType, [AccountId, Balance]>;
|
||||
|
||||
@@ -94,7 +94,8 @@ declare module '@polkadot/api/types/storage' {
|
||||
**/
|
||||
currentSlot: AugmentedQuery<ApiType, () => Observable<Slot>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* The configuration for the current epoch. Should never be `None` as it is initialized in genesis.
|
||||
* The configuration for the current epoch. Should never be `None` as it is initialized in
|
||||
* genesis.
|
||||
**/
|
||||
epochConfig: AugmentedQuery<ApiType, () => Observable<Option<BabeEpochConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
@@ -916,9 +917,9 @@ declare module '@polkadot/api/types/storage' {
|
||||
**/
|
||||
canceledSlashPayout: AugmentedQuery<ApiType, () => Observable<BalanceOf>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* The threshold for when users can start calling `chill_other` for other validators / nominators.
|
||||
* The threshold is compared to the actual number of validators / nominators (`CountFor*`) in
|
||||
* the system compared to the configured max (`Max*Count`).
|
||||
* The threshold for when users can start calling `chill_other` for other validators /
|
||||
* nominators. The threshold is compared to the actual number of validators / nominators
|
||||
* (`CountFor*`) in the system compared to the configured max (`Max*Count`).
|
||||
**/
|
||||
chillThreshold: AugmentedQuery<ApiType, () => Observable<Option<Percent>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
@@ -1145,6 +1146,9 @@ declare module '@polkadot/api/types/storage' {
|
||||
eventCount: AugmentedQuery<ApiType, () => Observable<EventIndex>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Events deposited for the current block.
|
||||
*
|
||||
* NOTE: This storage item is explicitly unbounded since it is never intended to be read
|
||||
* from within the runtime.
|
||||
**/
|
||||
events: AugmentedQuery<ApiType, () => Observable<Vec<EventRecord>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
@@ -1371,10 +1375,16 @@ declare module '@polkadot/api/types/storage' {
|
||||
[key: string]: QueryableStorageEntry<ApiType>;
|
||||
};
|
||||
vesting: {
|
||||
/**
|
||||
* Storage version of the pallet.
|
||||
*
|
||||
* New networks start with latest version, as determined by the genesis build.
|
||||
**/
|
||||
storageVersion: AugmentedQuery<ApiType, () => Observable<Releases>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Information regarding the vesting of a given account.
|
||||
**/
|
||||
vesting: AugmentedQuery<ApiType, (arg: AccountId | string | Uint8Array) => Observable<Option<VestingInfo>>, [AccountId]> & QueryableStorageEntry<ApiType, [AccountId]>;
|
||||
vesting: AugmentedQuery<ApiType, (arg: AccountId | string | Uint8Array) => Observable<Option<Vec<VestingInfo>>>, [AccountId]> & QueryableStorageEntry<ApiType, [AccountId]>;
|
||||
/**
|
||||
* Generic query
|
||||
**/
|
||||
|
||||
+106
-73
@@ -211,8 +211,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - `id`: The identifier of the new asset. This must not be currently in use to identify
|
||||
* an existing asset.
|
||||
* - `owner`: The owner of this class of assets. The owner has full superuser permissions
|
||||
* over this asset, but may later change and configure the permissions using `transfer_ownership`
|
||||
* and `set_team`.
|
||||
* over this asset, but may later change and configure the permissions using
|
||||
* `transfer_ownership` and `set_team`.
|
||||
* - `min_balance`: The minimum balance of this new asset that any single account must
|
||||
* have. If an account's balance is reduced below this, then it collapses to zero.
|
||||
*
|
||||
@@ -486,8 +486,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* Exactly as `transfer`, except the origin must be root and the source account may be
|
||||
* specified.
|
||||
* # <weight>
|
||||
* - Same as transfer, but additional read and write because the source account is
|
||||
* not assumed to be in the overlay.
|
||||
* - Same as transfer, but additional read and write because the source account is not
|
||||
* assumed to be in the overlay.
|
||||
* # </weight>
|
||||
**/
|
||||
forceTransfer: AugmentedSubmittable<(source: LookupSource | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: LookupSource | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<Balance> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [LookupSource, LookupSource, Compact<Balance>]>;
|
||||
@@ -523,9 +523,10 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* The dispatch origin for this call must be `Signed` by the transactor.
|
||||
*
|
||||
* # <weight>
|
||||
* - Dependent on arguments but not critical, given proper implementations for
|
||||
* input config types. See related functions below.
|
||||
* - It contains a limited number of reads and writes internally and no complex computation.
|
||||
* - Dependent on arguments but not critical, given proper implementations for input config
|
||||
* types. See related functions below.
|
||||
* - It contains a limited number of reads and writes internally and no complex
|
||||
* computation.
|
||||
*
|
||||
* Related functions:
|
||||
*
|
||||
@@ -533,8 +534,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - Transferring balances to accounts that did not exist before will cause
|
||||
* `T::OnNewAccount::on_new_account` to be called.
|
||||
* - Removing enough funds from an account will trigger `T::DustRemoval::on_unbalanced`.
|
||||
* - `transfer_keep_alive` works the same way as `transfer`, but has an additional
|
||||
* check that the transfer will not kill the origin account.
|
||||
* - `transfer_keep_alive` works the same way as `transfer`, but has an additional check
|
||||
* that the transfer will not kill the origin account.
|
||||
* ---------------------------------
|
||||
* - Base Weight: 73.64 µs, worst case scenario (account created, account removed)
|
||||
* - DB Weight: 1 Read and 1 Write to destination account
|
||||
@@ -557,8 +558,7 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all
|
||||
* of the funds the account has, causing the sender account to be killed (false), or
|
||||
* transfer everything except at least the existential deposit, which will guarantee to
|
||||
* keep the sender account alive (true).
|
||||
* # <weight>
|
||||
* keep the sender account alive (true). # <weight>
|
||||
* - O(1). Just like transfer, but reading the user's transferable balance first.
|
||||
* #</weight>
|
||||
**/
|
||||
@@ -754,7 +754,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* Instantiation is executed as follows:
|
||||
*
|
||||
* - The supplied `code` is instrumented, deployed, and a `code_hash` is created for that code.
|
||||
* - The supplied `code` is instrumented, deployed, and a `code_hash` is created for that
|
||||
* code.
|
||||
* - If the `code_hash` already exists on the chain the underlying `code` will be shared.
|
||||
* - The destination address is computed based on the sender, code_hash and the salt.
|
||||
* - The smart-contract account is created at the computed address.
|
||||
@@ -980,8 +981,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - `to`: The account whose voting the `target` account's voting power will follow.
|
||||
* - `conviction`: The conviction that will be attached to the delegated votes. When the
|
||||
* account is undelegated, the funds will be locked for the corresponding period.
|
||||
* - `balance`: The amount of the account's balance to be used in delegating. This must
|
||||
* not be more than the account's current balance.
|
||||
* - `balance`: The amount of the account's balance to be used in delegating. This must not
|
||||
* be more than the account's current balance.
|
||||
*
|
||||
* Emits `Delegated`.
|
||||
*
|
||||
@@ -1118,8 +1119,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* The dispatch origin of this call must be _Signed_.
|
||||
*
|
||||
* - `proposal_hash`: The preimage hash of a proposal.
|
||||
* - `proposal_length_upper_bound`: an upper bound on length of the proposal.
|
||||
* Extrinsic is weighted according to this value with no refund.
|
||||
* - `proposal_length_upper_bound`: an upper bound on length of the proposal. Extrinsic is
|
||||
* weighted according to this value with no refund.
|
||||
*
|
||||
* This will only work after `VotingPeriod` blocks from the time that the preimage was
|
||||
* noted, if it's the same account doing it. If it's a different account, then it'll only
|
||||
@@ -1280,7 +1281,7 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* Queue size must be provided as witness data.
|
||||
* # </weight>
|
||||
**/
|
||||
submit: AugmentedSubmittable<(solution: RawSolution | { compact?: any; score?: any; round?: any } | string | Uint8Array, numSignedSubmissions: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [RawSolution, u32]>;
|
||||
submit: AugmentedSubmittable<(rawSolution: RawSolution | { compact?: any; score?: any; round?: any } | string | Uint8Array, numSignedSubmissions: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [RawSolution, u32]>;
|
||||
/**
|
||||
* Submit a solution for the unsigned phase.
|
||||
*
|
||||
@@ -1297,7 +1298,7 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* No deposit or reward is associated with this submission.
|
||||
**/
|
||||
submitUnsigned: AugmentedSubmittable<(solution: RawSolution | { compact?: any; score?: any; round?: any } | string | Uint8Array, witness: SolutionOrSnapshotSize | { voters?: any; targets?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RawSolution, SolutionOrSnapshotSize]>;
|
||||
submitUnsigned: AugmentedSubmittable<(rawSolution: RawSolution | { compact?: any; score?: any; round?: any } | string | Uint8Array, witness: SolutionOrSnapshotSize | { voters?: any; targets?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RawSolution, SolutionOrSnapshotSize]>;
|
||||
/**
|
||||
* Generic tx
|
||||
**/
|
||||
@@ -1352,9 +1353,9 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* origin is removed as a runner-up.
|
||||
* - `origin` is a current member. In this case, the deposit is unreserved and origin is
|
||||
* removed as a member, consequently not being a candidate for the next round anymore.
|
||||
* Similar to [`remove_member`](Self::remove_member), if replacement runners exists,
|
||||
* they are immediately used. If the prime is renouncing, then no prime will exist until
|
||||
* the next round.
|
||||
* Similar to [`remove_member`](Self::remove_member), if replacement runners exists, they
|
||||
* are immediately used. If the prime is renouncing, then no prime will exist until the
|
||||
* next round.
|
||||
*
|
||||
* The dispatch origin of this call must be signed, and have one of the above roles.
|
||||
*
|
||||
@@ -1768,8 +1769,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
imOnline: {
|
||||
/**
|
||||
* # <weight>
|
||||
* - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len)
|
||||
* and E is length of `heartbeat.network_state.external_address`
|
||||
* - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len) and E is
|
||||
* length of `heartbeat.network_state.external_address`
|
||||
* - `O(K)`: decoding of length `K`
|
||||
* - `O(E)`: decoding/encoding of length `E`
|
||||
* - DbReads: pallet_session `Validators`, pallet_session `CurrentIndex`, `Keys`,
|
||||
@@ -1851,7 +1852,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
**/
|
||||
free: AugmentedSubmittable<(index: AccountIndex | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountIndex]>;
|
||||
/**
|
||||
* Freeze an index so it will always point to the sender account. This consumes the deposit.
|
||||
* Freeze an index so it will always point to the sender account. This consumes the
|
||||
* deposit.
|
||||
*
|
||||
* The dispatch origin for this call must be _Signed_ and the signing account must have a
|
||||
* non-frozen account `index`.
|
||||
@@ -1977,9 +1979,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - Up to one binary search and insert (`O(logS + S)`).
|
||||
* - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
|
||||
* - One event.
|
||||
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a
|
||||
* deposit taken for its lifetime of
|
||||
* `DepositBase + threshold * DepositFactor`.
|
||||
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
||||
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
||||
* ----------------------------------
|
||||
* - DB Weight:
|
||||
* - Read: Multisig Storage, [Caller Account]
|
||||
@@ -2025,9 +2026,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
|
||||
* - One event.
|
||||
* - The weight of the `call`.
|
||||
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a
|
||||
* deposit taken for its lifetime of
|
||||
* `DepositBase + threshold * DepositFactor`.
|
||||
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
||||
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
||||
* -------------------------------
|
||||
* - DB Weight:
|
||||
* - Reads: Multisig Storage, [Caller Account], Calls (if `store_call`)
|
||||
@@ -2326,8 +2326,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* `threshold` or more vouches, waited `delay_period` blocks since initiation.
|
||||
*
|
||||
* Parameters:
|
||||
* - `account`: The lost account that you want to claim has been successfully
|
||||
* recovered by you.
|
||||
* - `account`: The lost account that you want to claim has been successfully recovered by
|
||||
* you.
|
||||
*
|
||||
* # <weight>
|
||||
* Key: F (len of friends in config), V (len of vouching friends)
|
||||
@@ -2374,13 +2374,13 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* The dispatch origin for this call must be _Signed_.
|
||||
*
|
||||
* Parameters:
|
||||
* - `friends`: A list of friends you trust to vouch for recovery attempts.
|
||||
* Should be ordered and contain no duplicate values.
|
||||
* - `threshold`: The number of friends that must vouch for a recovery attempt
|
||||
* before the account can be recovered. Should be less than or equal to
|
||||
* the length of the list of friends.
|
||||
* - `delay_period`: The number of blocks after a recovery attempt is initialized
|
||||
* that needs to pass before the account can be recovered.
|
||||
* - `friends`: A list of friends you trust to vouch for recovery attempts. Should be
|
||||
* ordered and contain no duplicate values.
|
||||
* - `threshold`: The number of friends that must vouch for a recovery attempt before the
|
||||
* account can be recovered. Should be less than or equal to the length of the list of
|
||||
* friends.
|
||||
* - `delay_period`: The number of blocks after a recovery attempt is initialized that
|
||||
* needs to pass before the account can be recovered.
|
||||
*
|
||||
* # <weight>
|
||||
* - Key: F (len of friends)
|
||||
@@ -2404,8 +2404,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* The dispatch origin for this call must be _Signed_.
|
||||
*
|
||||
* Parameters:
|
||||
* - `account`: The lost account that you want to recover. This account
|
||||
* needs to be recoverable (i.e. have a recovery configuration).
|
||||
* - `account`: The lost account that you want to recover. This account needs to be
|
||||
* recoverable (i.e. have a recovery configuration).
|
||||
*
|
||||
* # <weight>
|
||||
* - One storage read to check that account is recoverable. O(F)
|
||||
@@ -2468,8 +2468,7 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* Parameters:
|
||||
* - `lost`: The lost account that you want to recover.
|
||||
* - `rescuer`: The account trying to rescue the lost account that you
|
||||
* want to vouch for.
|
||||
* - `rescuer`: The account trying to rescue the lost account that you want to vouch for.
|
||||
*
|
||||
* The combination of these two parameters must point to an active recovery
|
||||
* process.
|
||||
@@ -2955,8 +2954,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* The dispatch origin for this call must be _Signed_ by the stash, not the controller.
|
||||
*
|
||||
* Use this if there are additional funds in your stash account that you wish to bond.
|
||||
* Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose any limitation
|
||||
* on the amount that can be added.
|
||||
* Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose
|
||||
* any limitation on the amount that can be added.
|
||||
*
|
||||
* Emits `Bonded`.
|
||||
*
|
||||
@@ -3082,8 +3081,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* # <weight>
|
||||
* O(S) where S is the number of slashing spans to be removed
|
||||
* Reads: Bonded, Slashing Spans, Account, Locks
|
||||
* Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Account, Locks
|
||||
* Writes Each: SpanSlash * S
|
||||
* Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,
|
||||
* Account, Locks Writes Each: SpanSlash * S
|
||||
* # </weight>
|
||||
**/
|
||||
forceUnstake: AugmentedSubmittable<(stash: AccountId | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId, u32]>;
|
||||
@@ -3162,7 +3161,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* Complexity: O(S) where S is the number of slashing spans on the account.
|
||||
* DB Weight:
|
||||
* - Reads: Stash Account, Bonded, Slashing Spans, Locks
|
||||
* - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Stash Account, Locks
|
||||
* - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,
|
||||
* Stash Account, Locks
|
||||
* - Writes Each: SpanSlash * S
|
||||
* # </weight>
|
||||
**/
|
||||
@@ -3214,10 +3214,10 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* Parameters:
|
||||
* - `new_history_depth`: The new history depth you would like to set.
|
||||
* - `era_items_deleted`: The number of items that will be deleted by this dispatch.
|
||||
* This should report all the storage items that will be deleted by clearing old
|
||||
* era history. Needed to report an accurate weight for the dispatch. Trusted by
|
||||
* `Root` to report an accurate number.
|
||||
* - `era_items_deleted`: The number of items that will be deleted by this dispatch. This
|
||||
* should report all the storage items that will be deleted by clearing old era history.
|
||||
* Needed to report an accurate weight for the dispatch. Trusted by `Root` to report an
|
||||
* accurate number.
|
||||
*
|
||||
* Origin must be root.
|
||||
*
|
||||
@@ -3228,7 +3228,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - Reads: Current Era, History Depth
|
||||
* - Writes: History Depth
|
||||
* - Clear Prefix Each: Era Stakers, EraStakersClipped, ErasValidatorPrefs
|
||||
* - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake, ErasStartSessionIndex
|
||||
* - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake,
|
||||
* ErasStartSessionIndex
|
||||
* # </weight>
|
||||
**/
|
||||
setHistoryDepth: AugmentedSubmittable<(newHistoryDepth: Compact<EraIndex> | AnyNumber | Uint8Array, eraItemsDeleted: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<EraIndex>, Compact<u32>]>;
|
||||
@@ -3267,10 +3268,10 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* * `min_nominator_bond`: The minimum active bond needed to be a nominator.
|
||||
* * `min_validator_bond`: The minimum active bond needed to be a validator.
|
||||
* * `max_nominator_count`: The max number of users who can be a nominator at once.
|
||||
* When set to `None`, no limit is enforced.
|
||||
* * `max_validator_count`: The max number of users who can be a validator at once.
|
||||
* When set to `None`, no limit is enforced.
|
||||
* * `max_nominator_count`: The max number of users who can be a nominator at once. When
|
||||
* set to `None`, no limit is enforced.
|
||||
* * `max_validator_count`: The max number of users who can be a validator at once. When
|
||||
* set to `None`, no limit is enforced.
|
||||
*
|
||||
* Origin must be Root to call this function.
|
||||
*
|
||||
@@ -3344,7 +3345,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
};
|
||||
sudo: {
|
||||
/**
|
||||
* Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key.
|
||||
* Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo
|
||||
* key.
|
||||
*
|
||||
* The dispatch origin for this call must be _Signed_.
|
||||
*
|
||||
@@ -3466,10 +3468,11 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* # <weight>
|
||||
* - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`
|
||||
* - 1 storage write (codec `O(C)`).
|
||||
* - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is expensive).
|
||||
* - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is
|
||||
* expensive).
|
||||
* - 1 event.
|
||||
* The weight of this function is dependent on the runtime, but generally this is very expensive.
|
||||
* We will treat this as a full block.
|
||||
* The weight of this function is dependent on the runtime, but generally this is very
|
||||
* expensive. We will treat this as a full block.
|
||||
* # </weight>
|
||||
**/
|
||||
setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
||||
@@ -3480,8 +3483,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* - `O(C)` where `C` length of `code`
|
||||
* - 1 storage write (codec `O(C)`).
|
||||
* - 1 event.
|
||||
* The weight of this function is dependent on the runtime. We will treat this as a full block.
|
||||
* # </weight>
|
||||
* The weight of this function is dependent on the runtime. We will treat this as a full
|
||||
* block. # </weight>
|
||||
**/
|
||||
setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
||||
/**
|
||||
@@ -3720,7 +3723,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* # <weight>
|
||||
* - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)
|
||||
* - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in `on_finalize`)
|
||||
* - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in
|
||||
* `on_finalize`)
|
||||
* - 1 event handler `on_timestamp_set`. Must be `O(1)`.
|
||||
* # </weight>
|
||||
**/
|
||||
@@ -3873,7 +3877,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* Check storage proof for block number `block_number() - StoragePeriod`.
|
||||
* If such block does not exist the proof is expected to be `None`.
|
||||
* # <weight>
|
||||
* - Linear w.r.t the number of indexed transactions in the proved block for random probing.
|
||||
* - Linear w.r.t the number of indexed transactions in the proved block for random
|
||||
* probing.
|
||||
* There's a DB read for each transaction.
|
||||
* Here we assume a maximum of 100 probed transactions.
|
||||
* # </weight>
|
||||
@@ -3890,9 +3895,9 @@ declare module '@polkadot/api/types/submittable' {
|
||||
**/
|
||||
renew: AugmentedSubmittable<(block: BlockNumber | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [BlockNumber, u32]>;
|
||||
/**
|
||||
* Index and store data on chain. Minimum data size is 1 bytes, maximum is `MaxTransactionSize`.
|
||||
* Data will be removed after `STORAGE_PERIOD` blocks, unless `renew` is called.
|
||||
* # <weight>
|
||||
* Index and store data on chain. Minimum data size is 1 bytes, maximum is
|
||||
* `MaxTransactionSize`. Data will be removed after `STORAGE_PERIOD` blocks, unless `renew`
|
||||
* is called. # <weight>
|
||||
* - n*log(n) of data size, as all data is pushed to an in-memory trie.
|
||||
* Additionally contains a DB write.
|
||||
* # </weight>
|
||||
@@ -4339,7 +4344,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* May be called from any origin.
|
||||
*
|
||||
* - `calls`: The calls to be dispatched from the same origin.
|
||||
* - `calls`: The calls to be dispatched from the same origin. The number of call must not
|
||||
* exceed the constant: `batched_calls_limit` (available in constant metadata).
|
||||
*
|
||||
* If origin is root then call are dispatch without checking origin filter. (This includes
|
||||
* bypassing `frame_system::Config::BaseCallFilter`).
|
||||
@@ -4361,7 +4367,8 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* May be called from any origin.
|
||||
*
|
||||
* - `calls`: The calls to be dispatched from the same origin.
|
||||
* - `calls`: The calls to be dispatched from the same origin. The number of call must not
|
||||
* exceed the constant: `batched_calls_limit` (available in constant metadata).
|
||||
*
|
||||
* If origin is root then call are dispatch without checking origin filter. (This includes
|
||||
* bypassing `frame_system::Config::BaseCallFilter`).
|
||||
@@ -4384,11 +4391,12 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* - `source`: The account whose funds should be transferred.
|
||||
* - `target`: The account that should be transferred the vested funds.
|
||||
* - `amount`: The amount of funds to transfer and will be vested.
|
||||
* - `schedule`: The vesting schedule attached to the transfer.
|
||||
*
|
||||
* Emits `VestingCreated`.
|
||||
*
|
||||
* NOTE: This will unlock all schedules through the current block.
|
||||
*
|
||||
* # <weight>
|
||||
* - `O(1)`.
|
||||
* - DbWeight: 4 Reads, 4 Writes
|
||||
@@ -4397,6 +4405,30 @@ declare module '@polkadot/api/types/submittable' {
|
||||
* # </weight>
|
||||
**/
|
||||
forceVestedTransfer: AugmentedSubmittable<(source: LookupSource | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: LookupSource | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: VestingInfo | { locked?: any; perBlock?: any; startingBlock?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [LookupSource, LookupSource, VestingInfo]>;
|
||||
/**
|
||||
* Merge two vesting schedules together, creating a new vesting schedule that unlocks over
|
||||
* the highest possible start and end blocks. If both schedules have already started the
|
||||
* current block will be used as the schedule start; with the caveat that if one schedule
|
||||
* is finished by the current block, the other will be treated as the new merged schedule,
|
||||
* unmodified.
|
||||
*
|
||||
* NOTE: If `schedule1_index == schedule2_index` this is a no-op.
|
||||
* NOTE: This will unlock all schedules through the current block prior to merging.
|
||||
* NOTE: If both schedules have ended by the current block, no new schedule will be created
|
||||
* and both will be removed.
|
||||
*
|
||||
* Merged schedule attributes:
|
||||
* - `starting_block`: `MAX(schedule1.starting_block, scheduled2.starting_block,
|
||||
* current_block)`.
|
||||
* - `ending_block`: `MAX(schedule1.ending_block, schedule2.ending_block)`.
|
||||
* - `locked`: `schedule1.locked_at(current_block) + schedule2.locked_at(current_block)`.
|
||||
*
|
||||
* The dispatch origin for this call must be _Signed_.
|
||||
*
|
||||
* - `schedule1_index`: index of the first schedule to merge.
|
||||
* - `schedule2_index`: index of the second schedule to merge.
|
||||
**/
|
||||
mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
||||
/**
|
||||
* Unlock any vested funds of the sender account.
|
||||
*
|
||||
@@ -4418,12 +4450,13 @@ declare module '@polkadot/api/types/submittable' {
|
||||
*
|
||||
* The dispatch origin for this call must be _Signed_.
|
||||
*
|
||||
* - `target`: The account that should be transferred the vested funds.
|
||||
* - `amount`: The amount of funds to transfer and will be vested.
|
||||
* - `target`: The account receiving the vested funds.
|
||||
* - `schedule`: The vesting schedule attached to the transfer.
|
||||
*
|
||||
* Emits `VestingCreated`.
|
||||
*
|
||||
* NOTE: This will unlock all schedules through the current block.
|
||||
*
|
||||
* # <weight>
|
||||
* - `O(1)`.
|
||||
* - DbWeight: 3 Reads, 3 Writes
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/api', version: '5.8.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/rpc-core",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
|
||||
"main": "index.js",
|
||||
@@ -19,13 +19,13 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/rpc-provider": "5.8.3",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"rxjs": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1"
|
||||
"@polkadot/keyring": "^7.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@ export class RpcCore {
|
||||
|
||||
subscriptionPromise = this._createSubscriber({ paramsJson, subName, subType, update }, errorHandler);
|
||||
} catch (error) {
|
||||
errorHandler(error);
|
||||
errorHandler(error as Error);
|
||||
}
|
||||
|
||||
// Teardown logic
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', version: '5.8.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/rpc-provider",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Transport providers for the API",
|
||||
"main": "index.js",
|
||||
@@ -19,19 +19,19 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@polkadot/x-fetch": "^7.2.1",
|
||||
"@polkadot/x-global": "^7.2.1",
|
||||
"@polkadot/x-ws": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"@polkadot/util-crypto": "^7.3.1",
|
||||
"@polkadot/x-fetch": "^7.3.1",
|
||||
"@polkadot/x-global": "^7.3.1",
|
||||
"@polkadot/x-ws": "^7.3.1",
|
||||
"eventemitter3": "^4.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/keyring": "^7.3.1",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"mock-socket": "^9.0.3",
|
||||
"nock": "^13.1.1"
|
||||
"nock": "^13.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', version: '5.8.3' };
|
||||
|
||||
@@ -418,7 +418,7 @@ export class WsProvider implements ProviderInterface {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
handler.callback(error, undefined);
|
||||
handler.callback(error as Error, undefined);
|
||||
}
|
||||
|
||||
delete this.#handlers[response.id];
|
||||
@@ -446,7 +446,7 @@ export class WsProvider implements ProviderInterface {
|
||||
|
||||
handler.callback(null, result);
|
||||
} catch (error) {
|
||||
handler.callback(error, undefined);
|
||||
handler.callback(error as Error, undefined);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ interface ReplyDef {
|
||||
};
|
||||
}
|
||||
|
||||
global.WebSocket = WebSocket;
|
||||
global.WebSocket = WebSocket as typeof global.WebSocket;
|
||||
|
||||
export const TEST_WS_URL = 'ws://localhost:9955';
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/typegen",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Type generation scripts",
|
||||
"main": "index.js",
|
||||
@@ -26,14 +26,14 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/register": "^7.15.3",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/types-support": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/api": "5.8.3",
|
||||
"@polkadot/rpc-provider": "5.8.3",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/types-support": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"handlebars": "^4.7.7",
|
||||
"websocket": "^1.0.34",
|
||||
"yargs": "^17.1.1"
|
||||
|
||||
@@ -54,7 +54,7 @@ function tsEnum (registry: Registry, definitions: Record<string, ModuleTypes>, {
|
||||
const keys = (sub as TypeDef[]).map((def, index): string => {
|
||||
const { info, name = `unknown${index}`, type } = def;
|
||||
const getter = stringUpperFirst(stringCamelCase(name.replace(' ', '_')));
|
||||
const isComplex = [TypeDefInfo.Struct, TypeDefInfo.Tuple, TypeDefInfo.Vec, TypeDefInfo.VecFixed].includes(info);
|
||||
const isComplex = [TypeDefInfo.Result, TypeDefInfo.Struct, TypeDefInfo.Tuple, TypeDefInfo.Vec, TypeDefInfo.VecFixed].includes(info);
|
||||
const asGetter = type === 'Null' || info === TypeDefInfo.DoNotConstruct
|
||||
? ''
|
||||
: createGetter(definitions, `as${getter}`, isComplex ? formatType(registry, definitions, info === TypeDefInfo.Struct ? def : type, imports) : type, imports);
|
||||
@@ -65,6 +65,7 @@ function tsEnum (registry: Registry, definitions: Record<string, ModuleTypes>, {
|
||||
switch (info) {
|
||||
case TypeDefInfo.Compact:
|
||||
case TypeDefInfo.Plain:
|
||||
case TypeDefInfo.Result:
|
||||
case TypeDefInfo.Struct:
|
||||
case TypeDefInfo.Tuple:
|
||||
case TypeDefInfo.Vec:
|
||||
@@ -76,7 +77,7 @@ function tsEnum (registry: Registry, definitions: Record<string, ModuleTypes>, {
|
||||
return '';
|
||||
|
||||
default:
|
||||
throw new Error(`Enum: ${enumName || 'undefined'}: Unhandled type ${TypeDefInfo[info]}`);
|
||||
throw new Error(`Enum: ${enumName || 'undefined'}: Unhandled nested "${TypeDefInfo[info]}" type`);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', version: '5.8.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types-known",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Known type definitions",
|
||||
"main": "index.js",
|
||||
@@ -19,9 +19,9 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/networks": "^7.2.1",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1"
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/networks": "^7.3.1",
|
||||
"@polkadot/types": "5.8.3",
|
||||
"@polkadot/util": "^7.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,6 +48,15 @@ const typesModules: Record<string, OverrideModuleType> = {
|
||||
inclusion: {
|
||||
ValidatorIndex: 'ParaValidatorIndex'
|
||||
},
|
||||
paraInclusion: {
|
||||
ValidatorIndex: 'ParaValidatorIndex'
|
||||
},
|
||||
paraScheduler: {
|
||||
ValidatorIndex: 'ParaValidatorIndex'
|
||||
},
|
||||
paraShared: {
|
||||
ValidatorIndex: 'ParaValidatorIndex'
|
||||
},
|
||||
parachains: {
|
||||
Id: 'ParaId'
|
||||
},
|
||||
@@ -81,6 +90,12 @@ const typesModules: Record<string, OverrideModuleType> = {
|
||||
},
|
||||
treasury: {
|
||||
Proposal: 'TreasuryProposal'
|
||||
},
|
||||
xcm: {
|
||||
AssetId: 'XcmAssetId'
|
||||
},
|
||||
xcmPallet: {
|
||||
AssetId: 'XcmAssetId'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', version: '5.8.3' };
|
||||
|
||||
@@ -10,7 +10,7 @@ const sharedTypes = {
|
||||
RawSolution: 'RawSolutionWith24',
|
||||
Keys: 'SessionKeys6',
|
||||
ProxyType: {
|
||||
_enum: ['Any', 'NonTransfer', 'Governance', 'Staking', 'IdentityJudgement', 'CancelProxy']
|
||||
_enum: ['Any', 'NonTransfer', 'Governance', 'Staking', 'IdentityJudgement', 'CancelProxy', 'Auction']
|
||||
}
|
||||
};
|
||||
|
||||
@@ -192,7 +192,13 @@ const versioned: OverrideVersionedType[] = [
|
||||
{
|
||||
minmax: [9010, undefined],
|
||||
types: {
|
||||
...sharedTypes
|
||||
...sharedTypes,
|
||||
AssetInstance: 'AssetInstanceV0',
|
||||
MultiAsset: 'MultiAssetV0',
|
||||
MultiLocation: 'MultiLocationV0',
|
||||
Response: 'ResponseV0',
|
||||
Xcm: 'XcmV0',
|
||||
XcmOrder: 'XcmOrderV0'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -40,7 +40,13 @@ const versioned: OverrideVersionedType[] = [
|
||||
{
|
||||
minmax: [229, undefined],
|
||||
types: {
|
||||
...sharedTypes
|
||||
...sharedTypes,
|
||||
AssetInstance: 'AssetInstanceV0',
|
||||
MultiAsset: 'MultiAssetV0',
|
||||
MultiLocation: 'MultiLocationV0',
|
||||
Response: 'ResponseV0',
|
||||
Xcm: 'XcmV0',
|
||||
XcmOrder: 'XcmOrderV0'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import type { OverrideVersionedType } from '@polkadot/types/types';
|
||||
|
||||
// these are override types for Polkadot
|
||||
// these are override types for Statemine, Statemint, Westmint
|
||||
const versioned: OverrideVersionedType[] = [
|
||||
{
|
||||
minmax: [0, undefined],
|
||||
@@ -21,7 +21,13 @@ const versioned: OverrideVersionedType[] = [
|
||||
'AssetManager',
|
||||
'Staking'
|
||||
]
|
||||
}
|
||||
},
|
||||
AssetInstance: 'AssetInstanceV0',
|
||||
MultiAsset: 'MultiAssetV0',
|
||||
MultiLocation: 'MultiLocationV0',
|
||||
Response: 'ResponseV0',
|
||||
Xcm: 'XcmV0',
|
||||
XcmOrder: 'XcmOrderV0'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -91,7 +91,13 @@ const versioned: OverrideVersionedType[] = [
|
||||
{
|
||||
minmax: [50, undefined],
|
||||
types: {
|
||||
...sharedTypes
|
||||
...sharedTypes,
|
||||
AssetInstance: 'AssetInstanceV0',
|
||||
MultiAsset: 'MultiAssetV0',
|
||||
MultiLocation: 'MultiLocationV0',
|
||||
Response: 'ResponseV0',
|
||||
Xcm: 'XcmV0',
|
||||
XcmOrder: 'XcmOrderV0'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -13,7 +13,7 @@ const upgrades: ChainUpgradesRaw = [
|
||||
[2962294, 2012], [3240000, 2013], [3274408, 2015], [3323565, 2019], [3534175, 2022],
|
||||
[3860281, 2023], [4143129, 2024], [4401242, 2025], [4841367, 2026], [5961600, 2027],
|
||||
[6137912, 2028], [6561855, 2029], [7100891, 2030], [7468792, 9010], [7668600, 9030],
|
||||
[7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080]
|
||||
[7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080], [8945245, 9090]
|
||||
];
|
||||
|
||||
export default upgrades;
|
||||
|
||||
@@ -11,7 +11,7 @@ const upgrades: ChainUpgradesRaw = [
|
||||
[2549864, 45], [3925782, 46], [3925843, 47], [4207800, 48], [4627944, 49],
|
||||
[5124076, 50], [5478664, 900], [5482450, 9000], [5584305, 9010], [5784566, 9030],
|
||||
[5879822, 9031], [5896856, 9032], [5897316, 9033], [6117927, 9050], [6210274, 9070],
|
||||
[6379314, 9080]
|
||||
[6379314, 9080], [6979141, 9090]
|
||||
];
|
||||
|
||||
export default upgrades;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types-support",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Supporting files for types, mostly for testing",
|
||||
"main": "index.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-support#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/util": "^7.2.1"
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/util": "^7.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
## extraction
|
||||
|
||||
For Substrate & Polkadot (dev chains) -
|
||||
|
||||
`cargo run --release -- purge-chain -y --dev && cargo run --release -- --dev`
|
||||
|
||||
For Kusama -
|
||||
|
||||
`cargo run --release -- purge-chain -y --chain kusama-dev && cargo run --release -- --chain kusama-dev`
|
||||
|
||||
To retrieve the metadata -
|
||||
|
||||
`curl -H "Content-Type: application/json" -d '{"id":"1", "jsonrpc":"2.0", "method": "state_getMetadata", "params":[]}' http://localhost:9933`
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -130,7 +130,10 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" Events deposited for the current block."
|
||||
" Events deposited for the current block.",
|
||||
"",
|
||||
" NOTE: This storage item is explicitly unbounded since it is never intended to be read",
|
||||
" from within the runtime."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -278,10 +281,11 @@
|
||||
" # <weight>",
|
||||
" - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`",
|
||||
" - 1 storage write (codec `O(C)`).",
|
||||
" - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is expensive).",
|
||||
" - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is",
|
||||
" expensive).",
|
||||
" - 1 event.",
|
||||
" The weight of this function is dependent on the runtime, but generally this is very expensive.",
|
||||
" We will treat this as a full block.",
|
||||
" The weight of this function is dependent on the runtime, but generally this is very",
|
||||
" expensive. We will treat this as a full block.",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -300,8 +304,8 @@
|
||||
" - `O(C)` where `C` length of `code`",
|
||||
" - 1 storage write (codec `O(C)`).",
|
||||
" - 1 event.",
|
||||
" The weight of this function is dependent on the runtime. We will treat this as a full block.",
|
||||
" # </weight>"
|
||||
" The weight of this function is dependent on the runtime. We will treat this as a full",
|
||||
" block. # </weight>"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -499,7 +503,7 @@
|
||||
{
|
||||
"name": "Version",
|
||||
"type": "RuntimeVersion",
|
||||
"value": "0x20706f6c6b61646f743c7061726974792d706f6c6b61646f7400000000822300000000000038df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a05000000d2bc9897eed08f1503000000f78b278be53f454c02000000af2c0297a23e6d3d0100000049eaaf1b548a0cb00100000091d5df18b0d2cf5801000000ed99c5acb25eedf503000000cbca25e39f14238702000000687ad44ad37f03c201000000ab3c0572291feb8b01000000bc9d89904f5b923f0100000037c8bb1350a9a2a80100000007000000",
|
||||
"value": "0x20706f6c6b61646f743c7061726974792d706f6c6b61646f74000000008c2300000000000038df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a05000000d2bc9897eed08f1503000000f78b278be53f454c02000000af2c0297a23e6d3d0100000049eaaf1b548a0cb00100000091d5df18b0d2cf5801000000ed99c5acb25eedf503000000cbca25e39f14238702000000687ad44ad37f03c201000000ab3c0572291feb8b01000000bc9d89904f5b923f0100000037c8bb1350a9a2a80100000007000000",
|
||||
"docs": [
|
||||
" Get the chain's current version."
|
||||
]
|
||||
@@ -824,8 +828,8 @@
|
||||
"type": "Weight",
|
||||
"value": "0x00806e8774010000",
|
||||
"docs": [
|
||||
" The maximum weight that may be scheduled per block for any dispatchables of less priority",
|
||||
" than `schedule::HARD_DEADLINE`."
|
||||
" The maximum weight that may be scheduled per block for any dispatchables of less",
|
||||
" priority than `schedule::HARD_DEADLINE`."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1068,7 +1072,8 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" The configuration for the current epoch. Should never be `None` as it is initialized in genesis."
|
||||
" The configuration for the current epoch. Should never be `None` as it is initialized in",
|
||||
" genesis."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1242,7 +1247,8 @@
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)",
|
||||
" - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in `on_finalize`)",
|
||||
" - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in",
|
||||
" `on_finalize`)",
|
||||
" - 1 event handler `on_timestamp_set`. Must be `O(1)`.",
|
||||
" # </weight>"
|
||||
]
|
||||
@@ -1255,10 +1261,10 @@
|
||||
"type": "Moment",
|
||||
"value": "0xb80b000000000000",
|
||||
"docs": [
|
||||
" The minimum period between blocks. Beware that this is different to the *expected* period",
|
||||
" that the block production apparatus provides. Your chosen consensus system will generally",
|
||||
" work with this to determine a sensible block time. e.g. For Aura, it will be double this",
|
||||
" period on default settings."
|
||||
" The minimum period between blocks. Beware that this is different to the *expected*",
|
||||
" period that the block production apparatus provides. Your chosen consensus system will",
|
||||
" generally work with this to determine a sensible block time. e.g. For Aura, it will be",
|
||||
" double this period on default settings."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -1431,7 +1437,8 @@
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Freeze an index so it will always point to the sender account. This consumes the deposit.",
|
||||
" Freeze an index so it will always point to the sender account. This consumes the",
|
||||
" deposit.",
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_ and the signing account must have a",
|
||||
" non-frozen account `index`.",
|
||||
@@ -1632,18 +1639,19 @@
|
||||
" The dispatch origin for this call must be `Signed` by the transactor.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - Dependent on arguments but not critical, given proper implementations for",
|
||||
" input config types. See related functions below.",
|
||||
" - It contains a limited number of reads and writes internally and no complex computation.",
|
||||
" - Dependent on arguments but not critical, given proper implementations for input config",
|
||||
" types. See related functions below.",
|
||||
" - It contains a limited number of reads and writes internally and no complex",
|
||||
" computation.",
|
||||
"",
|
||||
" Related functions:",
|
||||
"",
|
||||
" - `ensure_can_withdraw` is always called internally but has a bounded complexity.",
|
||||
" - Transferring balances to accounts that did not exist before will cause",
|
||||
" `T::OnNewAccount::on_new_account` to be called.",
|
||||
" `T::OnNewAccount::on_new_account` to be called.",
|
||||
" - Removing enough funds from an account will trigger `T::DustRemoval::on_unbalanced`.",
|
||||
" - `transfer_keep_alive` works the same way as `transfer`, but has an additional",
|
||||
" check that the transfer will not kill the origin account.",
|
||||
" - `transfer_keep_alive` works the same way as `transfer`, but has an additional check",
|
||||
" that the transfer will not kill the origin account.",
|
||||
" ---------------------------------",
|
||||
" - Base Weight: 73.64 µs, worst case scenario (account created, account removed)",
|
||||
" - DB Weight: 1 Read and 1 Write to destination account",
|
||||
@@ -1708,8 +1716,8 @@
|
||||
" Exactly as `transfer`, except the origin must be root and the source account may be",
|
||||
" specified.",
|
||||
" # <weight>",
|
||||
" - Same as transfer, but additional read and write because the source account is",
|
||||
" not assumed to be in the overlay.",
|
||||
" - Same as transfer, but additional read and write because the source account is not",
|
||||
" assumed to be in the overlay.",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -1766,8 +1774,7 @@
|
||||
" - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all",
|
||||
" of the funds the account has, causing the sender account to be killed (false), or",
|
||||
" transfer everything except at least the existential deposit, which will guarantee to",
|
||||
" keep the sender account alive (true).",
|
||||
" # <weight>",
|
||||
" keep the sender account alive (true). # <weight>",
|
||||
" - O(1). Just like transfer, but reading the user's transferable balance first.",
|
||||
" #</weight>"
|
||||
]
|
||||
@@ -2662,9 +2669,9 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" The threshold for when users can start calling `chill_other` for other validators / nominators.",
|
||||
" The threshold is compared to the actual number of validators / nominators (`CountFor*`) in",
|
||||
" the system compared to the configured max (`Max*Count`)."
|
||||
" The threshold for when users can start calling `chill_other` for other validators /",
|
||||
" nominators. The threshold is compared to the actual number of validators / nominators",
|
||||
" (`CountFor*`) in the system compared to the configured max (`Max*Count`)."
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -2721,8 +2728,8 @@
|
||||
" The dispatch origin for this call must be _Signed_ by the stash, not the controller.",
|
||||
"",
|
||||
" Use this if there are additional funds in your stash account that you wish to bond.",
|
||||
" Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose any limitation",
|
||||
" on the amount that can be added.",
|
||||
" Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose",
|
||||
" any limitation on the amount that can be added.",
|
||||
"",
|
||||
" Emits `Bonded`.",
|
||||
"",
|
||||
@@ -3034,8 +3041,8 @@
|
||||
" # <weight>",
|
||||
" O(S) where S is the number of slashing spans to be removed",
|
||||
" Reads: Bonded, Slashing Spans, Account, Locks",
|
||||
" Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Account, Locks",
|
||||
" Writes Each: SpanSlash * S",
|
||||
" Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,",
|
||||
" Account, Locks Writes Each: SpanSlash * S",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -3161,10 +3168,10 @@
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `new_history_depth`: The new history depth you would like to set.",
|
||||
" - `era_items_deleted`: The number of items that will be deleted by this dispatch.",
|
||||
" This should report all the storage items that will be deleted by clearing old",
|
||||
" era history. Needed to report an accurate weight for the dispatch. Trusted by",
|
||||
" `Root` to report an accurate number.",
|
||||
" - `era_items_deleted`: The number of items that will be deleted by this dispatch. This",
|
||||
" should report all the storage items that will be deleted by clearing old era history.",
|
||||
" Needed to report an accurate weight for the dispatch. Trusted by `Root` to report an",
|
||||
" accurate number.",
|
||||
"",
|
||||
" Origin must be root.",
|
||||
"",
|
||||
@@ -3175,7 +3182,8 @@
|
||||
" - Reads: Current Era, History Depth",
|
||||
" - Writes: History Depth",
|
||||
" - Clear Prefix Each: Era Stakers, EraStakersClipped, ErasValidatorPrefs",
|
||||
" - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake, ErasStartSessionIndex",
|
||||
" - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake,",
|
||||
" ErasStartSessionIndex",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -3204,7 +3212,8 @@
|
||||
" Complexity: O(S) where S is the number of slashing spans on the account.",
|
||||
" DB Weight:",
|
||||
" - Reads: Stash Account, Bonded, Slashing Spans, Locks",
|
||||
" - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Stash Account, Locks",
|
||||
" - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,",
|
||||
" Stash Account, Locks",
|
||||
" - Writes Each: SpanSlash * S",
|
||||
" # </weight>"
|
||||
]
|
||||
@@ -3260,10 +3269,10 @@
|
||||
"",
|
||||
" * `min_nominator_bond`: The minimum active bond needed to be a nominator.",
|
||||
" * `min_validator_bond`: The minimum active bond needed to be a validator.",
|
||||
" * `max_nominator_count`: The max number of users who can be a nominator at once.",
|
||||
" When set to `None`, no limit is enforced.",
|
||||
" * `max_validator_count`: The max number of users who can be a validator at once.",
|
||||
" When set to `None`, no limit is enforced.",
|
||||
" * `max_nominator_count`: The max number of users who can be a nominator at once. When",
|
||||
" set to `None`, no limit is enforced.",
|
||||
" * `max_validator_count`: The max number of users who can be a validator at once. When",
|
||||
" set to `None`, no limit is enforced.",
|
||||
"",
|
||||
" Origin must be Root to call this function.",
|
||||
"",
|
||||
@@ -3463,8 +3472,8 @@
|
||||
"docs": [
|
||||
" The maximum number of nominators rewarded for each validator.",
|
||||
"",
|
||||
" For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can claim",
|
||||
" their reward. This used to limit the i/o cost for the nominator payout."
|
||||
" For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can",
|
||||
" claim their reward. This used to limit the i/o cost for the nominator payout."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -3604,15 +3613,15 @@
|
||||
{
|
||||
"name": "TooManyNominators",
|
||||
"docs": [
|
||||
" There are too many nominators in the system. Governance needs to adjust the staking settings",
|
||||
" to keep things safe for the runtime."
|
||||
" There are too many nominators in the system. Governance needs to adjust the staking",
|
||||
" settings to keep things safe for the runtime."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TooManyValidators",
|
||||
"docs": [
|
||||
" There are too many validators in the system. Governance needs to adjust the staking settings",
|
||||
" to keep things safe for the runtime."
|
||||
" There are too many validators in the system. Governance needs to adjust the staking",
|
||||
" settings to keep things safe for the runtime."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -3861,8 +3870,8 @@
|
||||
"SessionIndex"
|
||||
],
|
||||
"docs": [
|
||||
" New session has happened. Note that the argument is the \\[session_index\\], not the block",
|
||||
" number as the type might suggest."
|
||||
" New session has happened. Note that the argument is the \\[session_index\\], not the",
|
||||
" block number as the type might suggest."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -4214,8 +4223,8 @@
|
||||
],
|
||||
"docs": [
|
||||
" # <weight>",
|
||||
" - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len)",
|
||||
" and E is length of `heartbeat.network_state.external_address`",
|
||||
" - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len) and E is",
|
||||
" length of `heartbeat.network_state.external_address`",
|
||||
" - `O(K)`: decoding of length `K`",
|
||||
" - `O(E)`: decoding/encoding of length `E`",
|
||||
" - DbReads: pallet_session `Validators`, pallet_session `CurrentIndex`, `Keys`,",
|
||||
@@ -4784,8 +4793,8 @@
|
||||
" - `to`: The account whose voting the `target` account's voting power will follow.",
|
||||
" - `conviction`: The conviction that will be attached to the delegated votes. When the",
|
||||
" account is undelegated, the funds will be locked for the corresponding period.",
|
||||
" - `balance`: The amount of the account's balance to be used in delegating. This must",
|
||||
" not be more than the account's current balance.",
|
||||
" - `balance`: The amount of the account's balance to be used in delegating. This must not",
|
||||
" be more than the account's current balance.",
|
||||
"",
|
||||
" Emits `Delegated`.",
|
||||
"",
|
||||
@@ -4908,8 +4917,8 @@
|
||||
" The dispatch origin of this call must be _Signed_.",
|
||||
"",
|
||||
" - `proposal_hash`: The preimage hash of a proposal.",
|
||||
" - `proposal_length_upper_bound`: an upper bound on length of the proposal.",
|
||||
" Extrinsic is weighted according to this value with no refund.",
|
||||
" - `proposal_length_upper_bound`: an upper bound on length of the proposal. Extrinsic is",
|
||||
" weighted according to this value with no refund.",
|
||||
"",
|
||||
" This will only work after `VotingPeriod` blocks from the time that the preimage was",
|
||||
" noted, if it's the same account doing it. If it's a different account, then it'll only",
|
||||
@@ -5090,7 +5099,8 @@
|
||||
"Vec<AccountId>"
|
||||
],
|
||||
"docs": [
|
||||
" A public proposal has been tabled for referendum vote. \\[proposal_index, deposit, depositors\\]"
|
||||
" A public proposal has been tabled for referendum vote. \\[proposal_index, deposit,",
|
||||
" depositors\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5235,15 +5245,6 @@
|
||||
" \\[proposal_hash, provider, deposit, reaper\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlocked",
|
||||
"args": [
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An \\[account\\] has been unlocked successfully."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blacklisted",
|
||||
"args": [
|
||||
@@ -5260,11 +5261,11 @@
|
||||
"type": "BlockNumber",
|
||||
"value": "0x00270600",
|
||||
"docs": [
|
||||
" The minimum period of locking and the period between a proposal being approved and enacted.",
|
||||
" The period between a proposal being approved and enacted.",
|
||||
"",
|
||||
" It should generally be a little more than the unstake period to ensure that",
|
||||
" voting stakers have an opportunity to remove themselves from the system in the case where",
|
||||
" they are on the losing side of a vote."
|
||||
" voting stakers have an opportunity to remove themselves from the system in the case",
|
||||
" where they are on the losing side of a vote."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5283,6 +5284,17 @@
|
||||
" How often (in blocks) to check for new votes."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VoteLockingPeriod",
|
||||
"type": "BlockNumber",
|
||||
"value": "0x00270600",
|
||||
"docs": [
|
||||
" The minimum period of vote locking.",
|
||||
"",
|
||||
" It should be no shorter than enactment period to ensure that in the case of an approval,",
|
||||
" those successful voters are locked into the consequences that their votes entail."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MinimumDeposit",
|
||||
"type": "BalanceOf",
|
||||
@@ -5296,9 +5308,9 @@
|
||||
"type": "bool",
|
||||
"value": "0x01",
|
||||
"docs": [
|
||||
" Indicator for whether an emergency origin is even allowed to happen. Some chains may want",
|
||||
" to set this permanently to `false`, others may want to condition it on things such as",
|
||||
" an upgrade having happened recently."
|
||||
" Indicator for whether an emergency origin is even allowed to happen. Some chains may",
|
||||
" want to set this permanently to `false`, others may want to condition it on things such",
|
||||
" as an upgrade having happened recently."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5358,12 +5370,6 @@
|
||||
" Proposal does not exist"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "BadIndex",
|
||||
"docs": [
|
||||
" Unknown index"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AlreadyCanceled",
|
||||
"docs": [
|
||||
@@ -5406,12 +5412,6 @@
|
||||
" Identity may not veto a proposal twice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotDelegated",
|
||||
"docs": [
|
||||
" Not delegated"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DuplicatePreimage",
|
||||
"docs": [
|
||||
@@ -5460,18 +5460,6 @@
|
||||
" No proposals waiting"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotLocked",
|
||||
"docs": [
|
||||
" The target account does not have a lock."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotExpired",
|
||||
"docs": [
|
||||
" The lock on the account to be unlocked has not yet expired."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotVoter",
|
||||
"docs": [
|
||||
@@ -5533,12 +5521,6 @@
|
||||
" Maximum number of votes reached."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "InvalidWitness",
|
||||
"docs": [
|
||||
" The provided witness data is wrong."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TooManyProposals",
|
||||
"docs": [
|
||||
@@ -6639,9 +6621,9 @@
|
||||
" origin is removed as a runner-up.",
|
||||
" - `origin` is a current member. In this case, the deposit is unreserved and origin is",
|
||||
" removed as a member, consequently not being a candidate for the next round anymore.",
|
||||
" Similar to [`remove_member`](Self::remove_member), if replacement runners exists,",
|
||||
" they are immediately used. If the prime is renouncing, then no prime will exist until",
|
||||
" the next round.",
|
||||
" Similar to [`remove_member`](Self::remove_member), if replacement runners exists, they",
|
||||
" are immediately used. If the prime is renouncing, then no prime will exist until the",
|
||||
" next round.",
|
||||
"",
|
||||
" The dispatch origin of this call must be signed, and have one of the above roles.",
|
||||
"",
|
||||
@@ -7721,7 +7703,7 @@
|
||||
"map": {
|
||||
"hasher": "Blake2_128Concat",
|
||||
"key": "AccountId",
|
||||
"value": "VestingInfo",
|
||||
"value": "Vec<VestingInfo>",
|
||||
"linked": false
|
||||
}
|
||||
},
|
||||
@@ -7729,6 +7711,19 @@
|
||||
"docs": [
|
||||
" Information regarding the vesting of a given account."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "StorageVersion",
|
||||
"modifier": "Default",
|
||||
"type": {
|
||||
"plain": "Releases"
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" Storage version of the pallet.",
|
||||
"",
|
||||
" New networks start with latest version, as determined by the genesis build."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -7795,12 +7790,13 @@
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" - `target`: The account that should be transferred the vested funds.",
|
||||
" - `amount`: The amount of funds to transfer and will be vested.",
|
||||
" - `target`: The account receiving the vested funds.",
|
||||
" - `schedule`: The vesting schedule attached to the transfer.",
|
||||
"",
|
||||
" Emits `VestingCreated`.",
|
||||
"",
|
||||
" NOTE: This will unlock all schedules through the current block.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)`.",
|
||||
" - DbWeight: 3 Reads, 3 Writes",
|
||||
@@ -7832,11 +7828,12 @@
|
||||
"",
|
||||
" - `source`: The account whose funds should be transferred.",
|
||||
" - `target`: The account that should be transferred the vested funds.",
|
||||
" - `amount`: The amount of funds to transfer and will be vested.",
|
||||
" - `schedule`: The vesting schedule attached to the transfer.",
|
||||
"",
|
||||
" Emits `VestingCreated`.",
|
||||
"",
|
||||
" NOTE: This will unlock all schedules through the current block.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)`.",
|
||||
" - DbWeight: 4 Reads, 4 Writes",
|
||||
@@ -7844,6 +7841,42 @@
|
||||
" - Writes: Vesting Storage, Balances Locks, Target Account, Source Account",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "merge_schedules",
|
||||
"args": [
|
||||
{
|
||||
"name": "schedule1_index",
|
||||
"type": "u32"
|
||||
},
|
||||
{
|
||||
"name": "schedule2_index",
|
||||
"type": "u32"
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Merge two vesting schedules together, creating a new vesting schedule that unlocks over",
|
||||
" the highest possible start and end blocks. If both schedules have already started the",
|
||||
" current block will be used as the schedule start; with the caveat that if one schedule",
|
||||
" is finished by the current block, the other will be treated as the new merged schedule,",
|
||||
" unmodified.",
|
||||
"",
|
||||
" NOTE: If `schedule1_index == schedule2_index` this is a no-op.",
|
||||
" NOTE: This will unlock all schedules through the current block prior to merging.",
|
||||
" NOTE: If both schedules have ended by the current block, no new schedule will be created",
|
||||
" and both will be removed.",
|
||||
"",
|
||||
" Merged schedule attributes:",
|
||||
" - `starting_block`: `MAX(schedule1.starting_block, scheduled2.starting_block,",
|
||||
" current_block)`.",
|
||||
" - `ending_block`: `MAX(schedule1.ending_block, schedule2.ending_block)`.",
|
||||
" - `locked`: `schedule1.locked_at(current_block) + schedule2.locked_at(current_block)`.",
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" - `schedule1_index`: index of the first schedule to merge.",
|
||||
" - `schedule2_index`: index of the second schedule to merge."
|
||||
]
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
@@ -7854,8 +7887,8 @@
|
||||
"Balance"
|
||||
],
|
||||
"docs": [
|
||||
" The amount vested has been updated. This could indicate more funds are available. The",
|
||||
" balance given is the amount which is left unvested (and thus locked).",
|
||||
" The amount vested has been updated. This could indicate a change in funds available.",
|
||||
" The balance given is the amount which is left unvested (and thus locked).",
|
||||
" \\[account, unvested\\]"
|
||||
]
|
||||
},
|
||||
@@ -7865,7 +7898,7 @@
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An \\[account\\] has become fully vested. No further vesting can happen."
|
||||
" An \\[account\\] has become fully vested."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -7877,6 +7910,12 @@
|
||||
"docs": [
|
||||
" The minimum amount transferred to call `vested_transfer`."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MaxVestingSchedules",
|
||||
"type": "u32",
|
||||
"value": "0x1c000000",
|
||||
"docs": []
|
||||
}
|
||||
],
|
||||
"errors": [
|
||||
@@ -7887,9 +7926,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ExistingVestingSchedule",
|
||||
"name": "AtMaxVestingSchedules",
|
||||
"docs": [
|
||||
" An existing vesting schedule already exists for this account that cannot be clobbered."
|
||||
" The account already has `MaxVestingSchedules` count of schedules and thus",
|
||||
" cannot add another one. Consider merging existing schedules in order to add another."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7897,6 +7937,18 @@
|
||||
"docs": [
|
||||
" Amount being transferred is too low to create a vesting schedule."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ScheduleIndexOutOfBounds",
|
||||
"docs": [
|
||||
" An index was out of bounds of the vesting schedules."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "InvalidScheduleParams",
|
||||
"docs": [
|
||||
" Failed to create a new schedule because some parameter was invalid."
|
||||
]
|
||||
}
|
||||
],
|
||||
"index": 25
|
||||
@@ -7918,7 +7970,8 @@
|
||||
"",
|
||||
" May be called from any origin.",
|
||||
"",
|
||||
" - `calls`: The calls to be dispatched from the same origin.",
|
||||
" - `calls`: The calls to be dispatched from the same origin. The number of call must not",
|
||||
" exceed the constant: `batched_calls_limit` (available in constant metadata).",
|
||||
"",
|
||||
" If origin is root then call are dispatch without checking origin filter. (This includes",
|
||||
" bypassing `frame_system::Config::BaseCallFilter`).",
|
||||
@@ -7976,7 +8029,8 @@
|
||||
"",
|
||||
" May be called from any origin.",
|
||||
"",
|
||||
" - `calls`: The calls to be dispatched from the same origin.",
|
||||
" - `calls`: The calls to be dispatched from the same origin. The number of call must not",
|
||||
" exceed the constant: `batched_calls_limit` (available in constant metadata).",
|
||||
"",
|
||||
" If origin is root then call are dispatch without checking origin filter. (This includes",
|
||||
" bypassing `frame_system::Config::BaseCallFilter`).",
|
||||
@@ -8014,8 +8068,24 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"constants": [],
|
||||
"errors": [],
|
||||
"constants": [
|
||||
{
|
||||
"name": "batched_calls_limit",
|
||||
"type": "u32",
|
||||
"value": "0x0cc30000",
|
||||
"docs": [
|
||||
" The limit on the number of batched calls."
|
||||
]
|
||||
}
|
||||
],
|
||||
"errors": [
|
||||
{
|
||||
"name": "TooManyCalls",
|
||||
"docs": [
|
||||
" Too many calls batched."
|
||||
]
|
||||
}
|
||||
],
|
||||
"index": 26
|
||||
},
|
||||
{
|
||||
@@ -8627,8 +8697,8 @@
|
||||
"value": "0x80f884b02e0000000000000000000000",
|
||||
"docs": [
|
||||
" The amount held on deposit for a registered subaccount. This should account for the fact",
|
||||
" that one storage item's value will increase by the size of an account ID, and there will be",
|
||||
" another trie item whose value is the size of an account ID plus 32 bytes."
|
||||
" that one storage item's value will increase by the size of an account ID, and there will",
|
||||
" be another trie item whose value is the size of an account ID plus 32 bytes."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9159,7 +9229,8 @@
|
||||
],
|
||||
"docs": [
|
||||
" Anonymous account has been created by new proxy with given",
|
||||
" disambiguation index and proxy type. \\[anonymous, who, proxy_type, disambiguation_index\\]"
|
||||
" disambiguation index and proxy type. \\[anonymous, who, proxy_type,",
|
||||
" disambiguation_index\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9172,6 +9243,18 @@
|
||||
"docs": [
|
||||
" An announcement was placed to make a call in the future. \\[real, proxy, call_hash\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ProxyAdded",
|
||||
"args": [
|
||||
"AccountId",
|
||||
"AccountId",
|
||||
"ProxyType",
|
||||
"BlockNumber"
|
||||
],
|
||||
"docs": [
|
||||
" A proxy was added. \\[delegator, delegatee, proxy_type, delay\\]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
@@ -9193,9 +9276,9 @@
|
||||
"docs": [
|
||||
" The amount of currency needed per proxy added.",
|
||||
"",
|
||||
" This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing",
|
||||
" storage value. Thus, when configuring `ProxyDepositFactor` one should take into account",
|
||||
" `32 + proxy_type.encode().len()` bytes of data."
|
||||
" This is held for adding 32 bytes plus an instance of `ProxyType` more into a",
|
||||
" pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take",
|
||||
" into account `32 + proxy_type.encode().len()` bytes of data."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9221,7 +9304,8 @@
|
||||
"docs": [
|
||||
" The base amount of currency needed to reserve for creating an announcement.",
|
||||
"",
|
||||
" This is held when a new storage item holding a `Balance` is created (typically 16 bytes)."
|
||||
" This is held when a new storage item holding a `Balance` is created (typically 16",
|
||||
" bytes)."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -9424,9 +9508,8 @@
|
||||
" - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.",
|
||||
" - One event.",
|
||||
" - The weight of the `call`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a",
|
||||
" deposit taken for its lifetime of",
|
||||
" `DepositBase + threshold * DepositFactor`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit",
|
||||
" taken for its lifetime of `DepositBase + threshold * DepositFactor`.",
|
||||
" -------------------------------",
|
||||
" - DB Weight:",
|
||||
" - Reads: Multisig Storage, [Caller Account], Calls (if `store_call`)",
|
||||
@@ -9488,9 +9571,8 @@
|
||||
" - Up to one binary search and insert (`O(logS + S)`).",
|
||||
" - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.",
|
||||
" - One event.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a",
|
||||
" deposit taken for its lifetime of",
|
||||
" `DepositBase + threshold * DepositFactor`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit",
|
||||
" taken for its lifetime of `DepositBase + threshold * DepositFactor`.",
|
||||
" ----------------------------------",
|
||||
" - DB Weight:",
|
||||
" - Read: Multisig Storage, [Caller Account]",
|
||||
@@ -9605,8 +9687,8 @@
|
||||
"type": "BalanceOf",
|
||||
"value": "0x008c61c52e0000000000000000000000",
|
||||
"docs": [
|
||||
" The base amount of currency needed to reserve for creating a multisig execution or to store",
|
||||
" a dispatch call for later.",
|
||||
" The base amount of currency needed to reserve for creating a multisig execution or to",
|
||||
" store a dispatch call for later.",
|
||||
"",
|
||||
" This is held for an additional storage item whose value size is",
|
||||
" `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is",
|
||||
@@ -10713,7 +10795,7 @@
|
||||
"name": "submit_unsigned",
|
||||
"args": [
|
||||
{
|
||||
"name": "solution",
|
||||
"name": "raw_solution",
|
||||
"type": "RawSolution"
|
||||
},
|
||||
{
|
||||
@@ -10777,7 +10859,7 @@
|
||||
"name": "submit",
|
||||
"args": [
|
||||
{
|
||||
"name": "solution",
|
||||
"name": "raw_solution",
|
||||
"type": "RawSolution"
|
||||
},
|
||||
{
|
||||
@@ -10967,7 +11049,7 @@
|
||||
{
|
||||
"name": "SignedDepositBase",
|
||||
"type": "BalanceOf",
|
||||
"value": "0x00d0ed902e0000000000000000000000",
|
||||
"value": "0x00a0db215d0000000000000000000000",
|
||||
"docs": [
|
||||
" Base deposit for a signed solution."
|
||||
]
|
||||
@@ -10975,7 +11057,7 @@
|
||||
{
|
||||
"name": "SignedDepositByte",
|
||||
"type": "BalanceOf",
|
||||
"value": "0xca9a3b00000000000000000000000000",
|
||||
"value": "0x787d0100000000000000000000000000",
|
||||
"docs": [
|
||||
" Per-byte deposit for a signed solution."
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -130,7 +130,10 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" Events deposited for the current block."
|
||||
" Events deposited for the current block.",
|
||||
"",
|
||||
" NOTE: This storage item is explicitly unbounded since it is never intended to be read",
|
||||
" from within the runtime."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -278,10 +281,11 @@
|
||||
" # <weight>",
|
||||
" - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`",
|
||||
" - 1 storage write (codec `O(C)`).",
|
||||
" - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is expensive).",
|
||||
" - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is",
|
||||
" expensive).",
|
||||
" - 1 event.",
|
||||
" The weight of this function is dependent on the runtime, but generally this is very expensive.",
|
||||
" We will treat this as a full block.",
|
||||
" The weight of this function is dependent on the runtime, but generally this is very",
|
||||
" expensive. We will treat this as a full block.",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -300,8 +304,8 @@
|
||||
" - `O(C)` where `C` length of `code`",
|
||||
" - 1 storage write (codec `O(C)`).",
|
||||
" - 1 event.",
|
||||
" The weight of this function is dependent on the runtime. We will treat this as a full block.",
|
||||
" # </weight>"
|
||||
" The weight of this function is dependent on the runtime. We will treat this as a full",
|
||||
" block. # </weight>"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -499,7 +503,7 @@
|
||||
{
|
||||
"name": "Version",
|
||||
"type": "RuntimeVersion",
|
||||
"value": "0x106e6f6465387375627374726174652d6e6f64650a0000000b0100000000000034df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a05000000d2bc9897eed08f1503000000f78b278be53f454c02000000ed99c5acb25eedf502000000cbca25e39f14238702000000687ad44ad37f03c201000000bc9d89904f5b923f0100000068b66ba122c93fa70100000037c8bb1350a9a2a80100000091d5df18b0d2cf5801000000ab3c0572291feb8b0100000002000000",
|
||||
"value": "0x106e6f6465387375627374726174652d6e6f64650a0000000b0100000000000034df6acb689907609b0300000037e397fc7c91f5e40100000040fe3ad401f8959a05000000d2bc9897eed08f1503000000f78b278be53f454c02000000ed99c5acb25eedf503000000cbca25e39f14238702000000687ad44ad37f03c201000000bc9d89904f5b923f0100000068b66ba122c93fa70100000037c8bb1350a9a2a80100000091d5df18b0d2cf5801000000ab3c0572291feb8b0100000002000000",
|
||||
"docs": [
|
||||
" Get the chain's current version."
|
||||
]
|
||||
@@ -572,7 +576,8 @@
|
||||
"",
|
||||
" May be called from any origin.",
|
||||
"",
|
||||
" - `calls`: The calls to be dispatched from the same origin.",
|
||||
" - `calls`: The calls to be dispatched from the same origin. The number of call must not",
|
||||
" exceed the constant: `batched_calls_limit` (available in constant metadata).",
|
||||
"",
|
||||
" If origin is root then call are dispatch without checking origin filter. (This includes",
|
||||
" bypassing `frame_system::Config::BaseCallFilter`).",
|
||||
@@ -630,7 +635,8 @@
|
||||
"",
|
||||
" May be called from any origin.",
|
||||
"",
|
||||
" - `calls`: The calls to be dispatched from the same origin.",
|
||||
" - `calls`: The calls to be dispatched from the same origin. The number of call must not",
|
||||
" exceed the constant: `batched_calls_limit` (available in constant metadata).",
|
||||
"",
|
||||
" If origin is root then call are dispatch without checking origin filter. (This includes",
|
||||
" bypassing `frame_system::Config::BaseCallFilter`).",
|
||||
@@ -668,8 +674,24 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"constants": [],
|
||||
"errors": [],
|
||||
"constants": [
|
||||
{
|
||||
"name": "batched_calls_limit",
|
||||
"type": "u32",
|
||||
"value": "0x73ed0000",
|
||||
"docs": [
|
||||
" The limit on the number of batched calls."
|
||||
]
|
||||
}
|
||||
],
|
||||
"errors": [
|
||||
{
|
||||
"name": "TooManyCalls",
|
||||
"docs": [
|
||||
" Too many calls batched."
|
||||
]
|
||||
}
|
||||
],
|
||||
"index": 1
|
||||
},
|
||||
{
|
||||
@@ -874,7 +896,8 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" The configuration for the current epoch. Should never be `None` as it is initialized in genesis."
|
||||
" The configuration for the current epoch. Should never be `None` as it is initialized in",
|
||||
" genesis."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1048,7 +1071,8 @@
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)",
|
||||
" - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in `on_finalize`)",
|
||||
" - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in",
|
||||
" `on_finalize`)",
|
||||
" - 1 event handler `on_timestamp_set`. Must be `O(1)`.",
|
||||
" # </weight>"
|
||||
]
|
||||
@@ -1061,10 +1085,10 @@
|
||||
"type": "Moment",
|
||||
"value": "0xdc05000000000000",
|
||||
"docs": [
|
||||
" The minimum period between blocks. Beware that this is different to the *expected* period",
|
||||
" that the block production apparatus provides. Your chosen consensus system will generally",
|
||||
" work with this to determine a sensible block time. e.g. For Aura, it will be double this",
|
||||
" period on default settings."
|
||||
" The minimum period between blocks. Beware that this is different to the *expected*",
|
||||
" period that the block production apparatus provides. Your chosen consensus system will",
|
||||
" generally work with this to determine a sensible block time. e.g. For Aura, it will be",
|
||||
" double this period on default settings."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -1350,7 +1374,8 @@
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Freeze an index so it will always point to the sender account. This consumes the deposit.",
|
||||
" Freeze an index so it will always point to the sender account. This consumes the",
|
||||
" deposit.",
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_ and the signing account must have a",
|
||||
" non-frozen account `index`.",
|
||||
@@ -1551,18 +1576,19 @@
|
||||
" The dispatch origin for this call must be `Signed` by the transactor.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - Dependent on arguments but not critical, given proper implementations for",
|
||||
" input config types. See related functions below.",
|
||||
" - It contains a limited number of reads and writes internally and no complex computation.",
|
||||
" - Dependent on arguments but not critical, given proper implementations for input config",
|
||||
" types. See related functions below.",
|
||||
" - It contains a limited number of reads and writes internally and no complex",
|
||||
" computation.",
|
||||
"",
|
||||
" Related functions:",
|
||||
"",
|
||||
" - `ensure_can_withdraw` is always called internally but has a bounded complexity.",
|
||||
" - Transferring balances to accounts that did not exist before will cause",
|
||||
" `T::OnNewAccount::on_new_account` to be called.",
|
||||
" `T::OnNewAccount::on_new_account` to be called.",
|
||||
" - Removing enough funds from an account will trigger `T::DustRemoval::on_unbalanced`.",
|
||||
" - `transfer_keep_alive` works the same way as `transfer`, but has an additional",
|
||||
" check that the transfer will not kill the origin account.",
|
||||
" - `transfer_keep_alive` works the same way as `transfer`, but has an additional check",
|
||||
" that the transfer will not kill the origin account.",
|
||||
" ---------------------------------",
|
||||
" - Base Weight: 73.64 µs, worst case scenario (account created, account removed)",
|
||||
" - DB Weight: 1 Read and 1 Write to destination account",
|
||||
@@ -1627,8 +1653,8 @@
|
||||
" Exactly as `transfer`, except the origin must be root and the source account may be",
|
||||
" specified.",
|
||||
" # <weight>",
|
||||
" - Same as transfer, but additional read and write because the source account is",
|
||||
" not assumed to be in the overlay.",
|
||||
" - Same as transfer, but additional read and write because the source account is not",
|
||||
" assumed to be in the overlay.",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -1685,8 +1711,7 @@
|
||||
" - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all",
|
||||
" of the funds the account has, causing the sender account to be killed (false), or",
|
||||
" transfer everything except at least the existential deposit, which will guarantee to",
|
||||
" keep the sender account alive (true).",
|
||||
" # <weight>",
|
||||
" keep the sender account alive (true). # <weight>",
|
||||
" - O(1). Just like transfer, but reading the user's transferable balance first.",
|
||||
" #</weight>"
|
||||
]
|
||||
@@ -2068,7 +2093,7 @@
|
||||
"name": "submit_unsigned",
|
||||
"args": [
|
||||
{
|
||||
"name": "solution",
|
||||
"name": "raw_solution",
|
||||
"type": "RawSolution"
|
||||
},
|
||||
{
|
||||
@@ -2132,7 +2157,7 @@
|
||||
"name": "submit",
|
||||
"args": [
|
||||
{
|
||||
"name": "solution",
|
||||
"name": "raw_solution",
|
||||
"type": "RawSolution"
|
||||
},
|
||||
{
|
||||
@@ -2985,9 +3010,9 @@
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" The threshold for when users can start calling `chill_other` for other validators / nominators.",
|
||||
" The threshold is compared to the actual number of validators / nominators (`CountFor*`) in",
|
||||
" the system compared to the configured max (`Max*Count`)."
|
||||
" The threshold for when users can start calling `chill_other` for other validators /",
|
||||
" nominators. The threshold is compared to the actual number of validators / nominators",
|
||||
" (`CountFor*`) in the system compared to the configured max (`Max*Count`)."
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -3044,8 +3069,8 @@
|
||||
" The dispatch origin for this call must be _Signed_ by the stash, not the controller.",
|
||||
"",
|
||||
" Use this if there are additional funds in your stash account that you wish to bond.",
|
||||
" Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose any limitation",
|
||||
" on the amount that can be added.",
|
||||
" Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose",
|
||||
" any limitation on the amount that can be added.",
|
||||
"",
|
||||
" Emits `Bonded`.",
|
||||
"",
|
||||
@@ -3357,8 +3382,8 @@
|
||||
" # <weight>",
|
||||
" O(S) where S is the number of slashing spans to be removed",
|
||||
" Reads: Bonded, Slashing Spans, Account, Locks",
|
||||
" Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Account, Locks",
|
||||
" Writes Each: SpanSlash * S",
|
||||
" Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,",
|
||||
" Account, Locks Writes Each: SpanSlash * S",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -3484,10 +3509,10 @@
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `new_history_depth`: The new history depth you would like to set.",
|
||||
" - `era_items_deleted`: The number of items that will be deleted by this dispatch.",
|
||||
" This should report all the storage items that will be deleted by clearing old",
|
||||
" era history. Needed to report an accurate weight for the dispatch. Trusted by",
|
||||
" `Root` to report an accurate number.",
|
||||
" - `era_items_deleted`: The number of items that will be deleted by this dispatch. This",
|
||||
" should report all the storage items that will be deleted by clearing old era history.",
|
||||
" Needed to report an accurate weight for the dispatch. Trusted by `Root` to report an",
|
||||
" accurate number.",
|
||||
"",
|
||||
" Origin must be root.",
|
||||
"",
|
||||
@@ -3498,7 +3523,8 @@
|
||||
" - Reads: Current Era, History Depth",
|
||||
" - Writes: History Depth",
|
||||
" - Clear Prefix Each: Era Stakers, EraStakersClipped, ErasValidatorPrefs",
|
||||
" - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake, ErasStartSessionIndex",
|
||||
" - Writes Each: ErasValidatorReward, ErasRewardPoints, ErasTotalStake,",
|
||||
" ErasStartSessionIndex",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
@@ -3527,7 +3553,8 @@
|
||||
" Complexity: O(S) where S is the number of slashing spans on the account.",
|
||||
" DB Weight:",
|
||||
" - Reads: Stash Account, Bonded, Slashing Spans, Locks",
|
||||
" - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators, Stash Account, Locks",
|
||||
" - Writes: Bonded, Slashing Spans (if S > 0), Ledger, Payee, Validators, Nominators,",
|
||||
" Stash Account, Locks",
|
||||
" - Writes Each: SpanSlash * S",
|
||||
" # </weight>"
|
||||
]
|
||||
@@ -3583,10 +3610,10 @@
|
||||
"",
|
||||
" * `min_nominator_bond`: The minimum active bond needed to be a nominator.",
|
||||
" * `min_validator_bond`: The minimum active bond needed to be a validator.",
|
||||
" * `max_nominator_count`: The max number of users who can be a nominator at once.",
|
||||
" When set to `None`, no limit is enforced.",
|
||||
" * `max_validator_count`: The max number of users who can be a validator at once.",
|
||||
" When set to `None`, no limit is enforced.",
|
||||
" * `max_nominator_count`: The max number of users who can be a nominator at once. When",
|
||||
" set to `None`, no limit is enforced.",
|
||||
" * `max_validator_count`: The max number of users who can be a validator at once. When",
|
||||
" set to `None`, no limit is enforced.",
|
||||
"",
|
||||
" Origin must be Root to call this function.",
|
||||
"",
|
||||
@@ -3786,8 +3813,8 @@
|
||||
"docs": [
|
||||
" The maximum number of nominators rewarded for each validator.",
|
||||
"",
|
||||
" For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can claim",
|
||||
" their reward. This used to limit the i/o cost for the nominator payout."
|
||||
" For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can",
|
||||
" claim their reward. This used to limit the i/o cost for the nominator payout."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -3927,15 +3954,15 @@
|
||||
{
|
||||
"name": "TooManyNominators",
|
||||
"docs": [
|
||||
" There are too many nominators in the system. Governance needs to adjust the staking settings",
|
||||
" to keep things safe for the runtime."
|
||||
" There are too many nominators in the system. Governance needs to adjust the staking",
|
||||
" settings to keep things safe for the runtime."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TooManyValidators",
|
||||
"docs": [
|
||||
" There are too many validators in the system. Governance needs to adjust the staking settings",
|
||||
" to keep things safe for the runtime."
|
||||
" There are too many validators in the system. Governance needs to adjust the staking",
|
||||
" settings to keep things safe for the runtime."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -4095,8 +4122,8 @@
|
||||
"SessionIndex"
|
||||
],
|
||||
"docs": [
|
||||
" New session has happened. Note that the argument is the \\[session_index\\], not the block",
|
||||
" number as the type might suggest."
|
||||
" New session has happened. Note that the argument is the \\[session_index\\], not the",
|
||||
" block number as the type might suggest."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -4629,8 +4656,8 @@
|
||||
" - `to`: The account whose voting the `target` account's voting power will follow.",
|
||||
" - `conviction`: The conviction that will be attached to the delegated votes. When the",
|
||||
" account is undelegated, the funds will be locked for the corresponding period.",
|
||||
" - `balance`: The amount of the account's balance to be used in delegating. This must",
|
||||
" not be more than the account's current balance.",
|
||||
" - `balance`: The amount of the account's balance to be used in delegating. This must not",
|
||||
" be more than the account's current balance.",
|
||||
"",
|
||||
" Emits `Delegated`.",
|
||||
"",
|
||||
@@ -4753,8 +4780,8 @@
|
||||
" The dispatch origin of this call must be _Signed_.",
|
||||
"",
|
||||
" - `proposal_hash`: The preimage hash of a proposal.",
|
||||
" - `proposal_length_upper_bound`: an upper bound on length of the proposal.",
|
||||
" Extrinsic is weighted according to this value with no refund.",
|
||||
" - `proposal_length_upper_bound`: an upper bound on length of the proposal. Extrinsic is",
|
||||
" weighted according to this value with no refund.",
|
||||
"",
|
||||
" This will only work after `VotingPeriod` blocks from the time that the preimage was",
|
||||
" noted, if it's the same account doing it. If it's a different account, then it'll only",
|
||||
@@ -4935,7 +4962,8 @@
|
||||
"Vec<AccountId>"
|
||||
],
|
||||
"docs": [
|
||||
" A public proposal has been tabled for referendum vote. \\[proposal_index, deposit, depositors\\]"
|
||||
" A public proposal has been tabled for referendum vote. \\[proposal_index, deposit,",
|
||||
" depositors\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5080,15 +5108,6 @@
|
||||
" \\[proposal_hash, provider, deposit, reaper\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlocked",
|
||||
"args": [
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An \\[account\\] has been unlocked successfully."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Blacklisted",
|
||||
"args": [
|
||||
@@ -5105,11 +5124,11 @@
|
||||
"type": "BlockNumber",
|
||||
"value": "0x002f0d00",
|
||||
"docs": [
|
||||
" The minimum period of locking and the period between a proposal being approved and enacted.",
|
||||
" The period between a proposal being approved and enacted.",
|
||||
"",
|
||||
" It should generally be a little more than the unstake period to ensure that",
|
||||
" voting stakers have an opportunity to remove themselves from the system in the case where",
|
||||
" they are on the losing side of a vote."
|
||||
" voting stakers have an opportunity to remove themselves from the system in the case",
|
||||
" where they are on the losing side of a vote."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5128,6 +5147,17 @@
|
||||
" How often (in blocks) to check for new votes."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "VoteLockingPeriod",
|
||||
"type": "BlockNumber",
|
||||
"value": "0x002f0d00",
|
||||
"docs": [
|
||||
" The minimum period of vote locking.",
|
||||
"",
|
||||
" It should be no shorter than enactment period to ensure that in the case of an approval,",
|
||||
" those successful voters are locked into the consequences that their votes entail."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MinimumDeposit",
|
||||
"type": "BalanceOf",
|
||||
@@ -5141,9 +5171,9 @@
|
||||
"type": "bool",
|
||||
"value": "0x01",
|
||||
"docs": [
|
||||
" Indicator for whether an emergency origin is even allowed to happen. Some chains may want",
|
||||
" to set this permanently to `false`, others may want to condition it on things such as",
|
||||
" an upgrade having happened recently."
|
||||
" Indicator for whether an emergency origin is even allowed to happen. Some chains may",
|
||||
" want to set this permanently to `false`, others may want to condition it on things such",
|
||||
" as an upgrade having happened recently."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -5203,12 +5233,6 @@
|
||||
" Proposal does not exist"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "BadIndex",
|
||||
"docs": [
|
||||
" Unknown index"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AlreadyCanceled",
|
||||
"docs": [
|
||||
@@ -5251,12 +5275,6 @@
|
||||
" Identity may not veto a proposal twice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotDelegated",
|
||||
"docs": [
|
||||
" Not delegated"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DuplicatePreimage",
|
||||
"docs": [
|
||||
@@ -5305,18 +5323,6 @@
|
||||
" No proposals waiting"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotLocked",
|
||||
"docs": [
|
||||
" The target account does not have a lock."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotExpired",
|
||||
"docs": [
|
||||
" The lock on the account to be unlocked has not yet expired."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "NotVoter",
|
||||
"docs": [
|
||||
@@ -5378,12 +5384,6 @@
|
||||
" Maximum number of votes reached."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "InvalidWitness",
|
||||
"docs": [
|
||||
" The provided witness data is wrong."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TooManyProposals",
|
||||
"docs": [
|
||||
@@ -6484,9 +6484,9 @@
|
||||
" origin is removed as a runner-up.",
|
||||
" - `origin` is a current member. In this case, the deposit is unreserved and origin is",
|
||||
" removed as a member, consequently not being a candidate for the next round anymore.",
|
||||
" Similar to [`remove_member`](Self::remove_member), if replacement runners exists,",
|
||||
" they are immediately used. If the prime is renouncing, then no prime will exist until",
|
||||
" the next round.",
|
||||
" Similar to [`remove_member`](Self::remove_member), if replacement runners exists, they",
|
||||
" are immediately used. If the prime is renouncing, then no prime will exist until the",
|
||||
" next round.",
|
||||
"",
|
||||
" The dispatch origin of this call must be signed, and have one of the above roles.",
|
||||
"",
|
||||
@@ -7617,7 +7617,8 @@
|
||||
"",
|
||||
" Instantiation is executed as follows:",
|
||||
"",
|
||||
" - The supplied `code` is instrumented, deployed, and a `code_hash` is created for that code.",
|
||||
" - The supplied `code` is instrumented, deployed, and a `code_hash` is created for that",
|
||||
" code.",
|
||||
" - If the `code_hash` already exists on the chain the underlying `code` will be shared.",
|
||||
" - The destination address is computed based on the sender, code_hash and the salt.",
|
||||
" - The smart-contract account is created at the computed address.",
|
||||
@@ -7779,8 +7780,8 @@
|
||||
" # Params",
|
||||
"",
|
||||
" - `contract`: The contract that emitted the event.",
|
||||
" - `data`: Data supplied by the contract. Metadata generated during contract",
|
||||
" compilation is needed to decode it."
|
||||
" - `data`: Data supplied by the contract. Metadata generated during contract compilation",
|
||||
" is needed to decode it."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7800,7 +7801,7 @@
|
||||
{
|
||||
"name": "Schedule",
|
||||
"type": "Schedule",
|
||||
"value": "0x0400000000020000000100008000000010000000001000000001000020000000200000000040000000000200020000008e0f0000b04602009a8c0300a9720000767600005e380000ea5e00000753000097000000579e030088130500b60000007a170000c11100005721000099370000483a0000d0110000d8d12c08bc4300005c430000bb2e0000a942000000260000b72300009c370000ad540000de540000ca5400000354000018550000e553000011550000c053000007540000da540000a0530000e85300008d5400004a690000bd680000a56a000096670000b053000013540000055400006a5500009255000060550000f455000033550000cae32900000000007a332a00000000004041290000000000a6fb5d000000000060c02a0000000000e6d6290000000000065329000000000062002a0000000000d425290000000000b0522a00000000005cb3540000000000b41c1600000000008057640000000000000100000000000008f6380000000000710200000000000078d68a210000000098d6de2a000000007c75640900000000466d6f000000000070baac0000000000ec73de07000000007406000000000000922c190000000000fc9f1d00000000008618ee0900000000450200000000000082dc6108000000003e573102000000002704000000000000cc94430b000000009406e1100000000096fa930800000000dc010000000000009c020000000000001843c12400000000f001000000000000b80200000000000094070000000000008a9b2a0000000000561200000000000046432b0000000000ab0c000000000000c08c260000000000b005000000000000acd2260000000000b005000000000000",
|
||||
"value": "0x040000000002000000010000800000001000000000100000000100002000000020000000004000000000020002000000eb130000ae310000ab370000ba160000bb2b0000222000008c1a0000c83000005200000021e2020044620400151300005c1000005415000042150000f02600000731000070100000d5e3c402001600004016000011160000fb150000e5150000f815000026160000c01600004a16000070160000ac16000091160000cf160000d3160000eb160000f8150000f21600009d1600007a1600005c160000072f00000e250000d22f0000ad2400007c1a0000831600008716000002170000b51600008916000090160000a81600003ee4140000000000de0715000000000020e9140000000000aadd3b0000000000c4ea1400000000004af614000000000074fe14000000000044f714000000000088d614000000000084ee140000000000065f3100000000006276090000000000f0a6310000000000a504000000000000103d260000000000db020000000000007045df1f0000000028135a290000000056f6e60800000000a4bd4300000000003cfe6f000000000032eac2070000000078070000000000006c0f0c00000000001a3c0e0000000000007eb107000000005303000000000000b275fd0700000000c4bed00100000000170500000000000016ed470a000000003677ec24000000009a5c380800000000df02000000000000a2040000000000002888813700000000df02000000000000a0040000000000008b0800000000000028e015000000000085130000000000008a22170000000000b90d0000000000005cbe120000000000b906000000000000a8d6120000000000ba06000000000000",
|
||||
"docs": [
|
||||
" Cost schedule and limits."
|
||||
]
|
||||
@@ -7835,8 +7836,9 @@
|
||||
" deposited while the contract is alive. Costs for additional storage are added to",
|
||||
" this base cost.",
|
||||
"",
|
||||
" This is a simple way to ensure that contracts with empty storage eventually get deleted by",
|
||||
" making them pay rent. This creates an incentive to remove them early in order to save rent."
|
||||
" This is a simple way to ensure that contracts with empty storage eventually get deleted",
|
||||
" by making them pay rent. This creates an incentive to remove them early in order to save",
|
||||
" rent."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7846,10 +7848,10 @@
|
||||
"docs": [
|
||||
" The balance a contract needs to deposit per storage byte to stay alive indefinitely.",
|
||||
"",
|
||||
" Let's suppose the deposit is 1,000 BU (balance units)/byte and the rent is 1 BU/byte/day,",
|
||||
" then a contract with 1,000,000 BU that uses 1,000 bytes of storage would pay no rent.",
|
||||
" But if the balance reduced to 500,000 BU and the storage stayed the same at 1,000,",
|
||||
" then it would pay 500 BU/day."
|
||||
" Let's suppose the deposit is 1,000 BU (balance units)/byte and the rent is 1",
|
||||
" BU/byte/day, then a contract with 1,000,000 BU that uses 1,000 bytes of storage would",
|
||||
" pay no rent. But if the balance reduced to 500,000 BU and the storage stayed the same at",
|
||||
" 1,000, then it would pay 500 BU/day."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7886,7 +7888,7 @@
|
||||
{
|
||||
"name": "DeletionQueueDepth",
|
||||
"type": "u32",
|
||||
"value": "0x1a040000",
|
||||
"value": "0xed030000",
|
||||
"docs": [
|
||||
" The maximum number of tries that can be queued for deletion."
|
||||
]
|
||||
@@ -8213,7 +8215,8 @@
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key.",
|
||||
" Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo",
|
||||
" key.",
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
@@ -8381,8 +8384,8 @@
|
||||
],
|
||||
"docs": [
|
||||
" # <weight>",
|
||||
" - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len)",
|
||||
" and E is length of `heartbeat.network_state.external_address`",
|
||||
" - Complexity: `O(K + E)` where K is length of `Keys` (heartbeat.validators_len) and E is",
|
||||
" length of `heartbeat.network_state.external_address`",
|
||||
" - `O(K)`: decoding of length `K`",
|
||||
" - `O(E)`: decoding/encoding of length `E`",
|
||||
" - DbReads: pallet_session `Validators`, pallet_session `CurrentIndex`, `Keys`,",
|
||||
@@ -9181,8 +9184,8 @@
|
||||
"value": "0x0080f420e6b500000000000000000000",
|
||||
"docs": [
|
||||
" The amount held on deposit for a registered subaccount. This should account for the fact",
|
||||
" that one storage item's value will increase by the size of an account ID, and there will be",
|
||||
" another trie item whose value is the size of an account ID plus 32 bytes."
|
||||
" that one storage item's value will increase by the size of an account ID, and there will",
|
||||
" be another trie item whose value is the size of an account ID plus 32 bytes."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -10446,13 +10449,13 @@
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `friends`: A list of friends you trust to vouch for recovery attempts.",
|
||||
" Should be ordered and contain no duplicate values.",
|
||||
" - `threshold`: The number of friends that must vouch for a recovery attempt",
|
||||
" before the account can be recovered. Should be less than or equal to",
|
||||
" the length of the list of friends.",
|
||||
" - `delay_period`: The number of blocks after a recovery attempt is initialized",
|
||||
" that needs to pass before the account can be recovered.",
|
||||
" - `friends`: A list of friends you trust to vouch for recovery attempts. Should be",
|
||||
" ordered and contain no duplicate values.",
|
||||
" - `threshold`: The number of friends that must vouch for a recovery attempt before the",
|
||||
" account can be recovered. Should be less than or equal to the length of the list of",
|
||||
" friends.",
|
||||
" - `delay_period`: The number of blocks after a recovery attempt is initialized that",
|
||||
" needs to pass before the account can be recovered.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - Key: F (len of friends)",
|
||||
@@ -10484,8 +10487,8 @@
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `account`: The lost account that you want to recover. This account",
|
||||
" needs to be recoverable (i.e. have a recovery configuration).",
|
||||
" - `account`: The lost account that you want to recover. This account needs to be",
|
||||
" recoverable (i.e. have a recovery configuration).",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - One storage read to check that account is recoverable. O(F)",
|
||||
@@ -10520,8 +10523,7 @@
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `lost`: The lost account that you want to recover.",
|
||||
" - `rescuer`: The account trying to rescue the lost account that you",
|
||||
" want to vouch for.",
|
||||
" - `rescuer`: The account trying to rescue the lost account that you want to vouch for.",
|
||||
"",
|
||||
" The combination of these two parameters must point to an active recovery",
|
||||
" process.",
|
||||
@@ -10555,8 +10557,8 @@
|
||||
" `threshold` or more vouches, waited `delay_period` blocks since initiation.",
|
||||
"",
|
||||
" Parameters:",
|
||||
" - `account`: The lost account that you want to claim has been successfully",
|
||||
" recovered by you.",
|
||||
" - `account`: The lost account that you want to claim has been successfully recovered by",
|
||||
" you.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" Key: F (len of friends in config), V (len of vouching friends)",
|
||||
@@ -10733,9 +10735,11 @@
|
||||
"type": "BalanceOf",
|
||||
"value": "0x00203d88792d00000000000000000000",
|
||||
"docs": [
|
||||
" The amount of currency needed per additional user when creating a recovery configuration.",
|
||||
" The amount of currency needed per additional user when creating a recovery",
|
||||
" configuration.",
|
||||
"",
|
||||
" This is held for adding `sizeof(AccountId)` bytes more into a pre-existing storage value."
|
||||
" This is held for adding `sizeof(AccountId)` bytes more into a pre-existing storage",
|
||||
" value."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -10873,7 +10877,7 @@
|
||||
"map": {
|
||||
"hasher": "Blake2_128Concat",
|
||||
"key": "AccountId",
|
||||
"value": "VestingInfo",
|
||||
"value": "Vec<VestingInfo>",
|
||||
"linked": false
|
||||
}
|
||||
},
|
||||
@@ -10881,6 +10885,19 @@
|
||||
"docs": [
|
||||
" Information regarding the vesting of a given account."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "StorageVersion",
|
||||
"modifier": "Default",
|
||||
"type": {
|
||||
"plain": "Releases"
|
||||
},
|
||||
"fallback": "0x00",
|
||||
"docs": [
|
||||
" Storage version of the pallet.",
|
||||
"",
|
||||
" New networks start with latest version, as determined by the genesis build."
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -10947,12 +10964,13 @@
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" - `target`: The account that should be transferred the vested funds.",
|
||||
" - `amount`: The amount of funds to transfer and will be vested.",
|
||||
" - `target`: The account receiving the vested funds.",
|
||||
" - `schedule`: The vesting schedule attached to the transfer.",
|
||||
"",
|
||||
" Emits `VestingCreated`.",
|
||||
"",
|
||||
" NOTE: This will unlock all schedules through the current block.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)`.",
|
||||
" - DbWeight: 3 Reads, 3 Writes",
|
||||
@@ -10984,11 +11002,12 @@
|
||||
"",
|
||||
" - `source`: The account whose funds should be transferred.",
|
||||
" - `target`: The account that should be transferred the vested funds.",
|
||||
" - `amount`: The amount of funds to transfer and will be vested.",
|
||||
" - `schedule`: The vesting schedule attached to the transfer.",
|
||||
"",
|
||||
" Emits `VestingCreated`.",
|
||||
"",
|
||||
" NOTE: This will unlock all schedules through the current block.",
|
||||
"",
|
||||
" # <weight>",
|
||||
" - `O(1)`.",
|
||||
" - DbWeight: 4 Reads, 4 Writes",
|
||||
@@ -10996,6 +11015,42 @@
|
||||
" - Writes: Vesting Storage, Balances Locks, Target Account, Source Account",
|
||||
" # </weight>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "merge_schedules",
|
||||
"args": [
|
||||
{
|
||||
"name": "schedule1_index",
|
||||
"type": "u32"
|
||||
},
|
||||
{
|
||||
"name": "schedule2_index",
|
||||
"type": "u32"
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Merge two vesting schedules together, creating a new vesting schedule that unlocks over",
|
||||
" the highest possible start and end blocks. If both schedules have already started the",
|
||||
" current block will be used as the schedule start; with the caveat that if one schedule",
|
||||
" is finished by the current block, the other will be treated as the new merged schedule,",
|
||||
" unmodified.",
|
||||
"",
|
||||
" NOTE: If `schedule1_index == schedule2_index` this is a no-op.",
|
||||
" NOTE: This will unlock all schedules through the current block prior to merging.",
|
||||
" NOTE: If both schedules have ended by the current block, no new schedule will be created",
|
||||
" and both will be removed.",
|
||||
"",
|
||||
" Merged schedule attributes:",
|
||||
" - `starting_block`: `MAX(schedule1.starting_block, scheduled2.starting_block,",
|
||||
" current_block)`.",
|
||||
" - `ending_block`: `MAX(schedule1.ending_block, schedule2.ending_block)`.",
|
||||
" - `locked`: `schedule1.locked_at(current_block) + schedule2.locked_at(current_block)`.",
|
||||
"",
|
||||
" The dispatch origin for this call must be _Signed_.",
|
||||
"",
|
||||
" - `schedule1_index`: index of the first schedule to merge.",
|
||||
" - `schedule2_index`: index of the second schedule to merge."
|
||||
]
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
@@ -11006,8 +11061,8 @@
|
||||
"Balance"
|
||||
],
|
||||
"docs": [
|
||||
" The amount vested has been updated. This could indicate more funds are available. The",
|
||||
" balance given is the amount which is left unvested (and thus locked).",
|
||||
" The amount vested has been updated. This could indicate a change in funds available.",
|
||||
" The balance given is the amount which is left unvested (and thus locked).",
|
||||
" \\[account, unvested\\]"
|
||||
]
|
||||
},
|
||||
@@ -11017,7 +11072,7 @@
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An \\[account\\] has become fully vested. No further vesting can happen."
|
||||
" An \\[account\\] has become fully vested."
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -11029,6 +11084,12 @@
|
||||
"docs": [
|
||||
" The minimum amount transferred to call `vested_transfer`."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "MaxVestingSchedules",
|
||||
"type": "u32",
|
||||
"value": "0x1c000000",
|
||||
"docs": []
|
||||
}
|
||||
],
|
||||
"errors": [
|
||||
@@ -11039,9 +11100,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ExistingVestingSchedule",
|
||||
"name": "AtMaxVestingSchedules",
|
||||
"docs": [
|
||||
" An existing vesting schedule already exists for this account that cannot be clobbered."
|
||||
" The account already has `MaxVestingSchedules` count of schedules and thus",
|
||||
" cannot add another one. Consider merging existing schedules in order to add another."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -11049,6 +11111,18 @@
|
||||
"docs": [
|
||||
" Amount being transferred is too low to create a vesting schedule."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ScheduleIndexOutOfBounds",
|
||||
"docs": [
|
||||
" An index was out of bounds of the vesting schedules."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "InvalidScheduleParams",
|
||||
"docs": [
|
||||
" Failed to create a new schedule because some parameter was invalid."
|
||||
]
|
||||
}
|
||||
],
|
||||
"index": 28
|
||||
@@ -11322,8 +11396,8 @@
|
||||
"type": "Weight",
|
||||
"value": "0x00806e8774010000",
|
||||
"docs": [
|
||||
" The maximum weight that may be scheduled per block for any dispatchables of less priority",
|
||||
" than `schedule::HARD_DEADLINE`."
|
||||
" The maximum weight that may be scheduled per block for any dispatchables of less",
|
||||
" priority than `schedule::HARD_DEADLINE`."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -11765,7 +11839,8 @@
|
||||
],
|
||||
"docs": [
|
||||
" Anonymous account has been created by new proxy with given",
|
||||
" disambiguation index and proxy type. \\[anonymous, who, proxy_type, disambiguation_index\\]"
|
||||
" disambiguation index and proxy type. \\[anonymous, who, proxy_type,",
|
||||
" disambiguation_index\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -11778,6 +11853,18 @@
|
||||
"docs": [
|
||||
" An announcement was placed to make a call in the future. \\[real, proxy, call_hash\\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ProxyAdded",
|
||||
"args": [
|
||||
"AccountId",
|
||||
"AccountId",
|
||||
"ProxyType",
|
||||
"BlockNumber"
|
||||
],
|
||||
"docs": [
|
||||
" A proxy was added. \\[delegator, delegatee, proxy_type, delay\\]"
|
||||
]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
@@ -11799,9 +11886,9 @@
|
||||
"docs": [
|
||||
" The amount of currency needed per proxy added.",
|
||||
"",
|
||||
" This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing",
|
||||
" storage value. Thus, when configuring `ProxyDepositFactor` one should take into account",
|
||||
" `32 + proxy_type.encode().len()` bytes of data."
|
||||
" This is held for adding 32 bytes plus an instance of `ProxyType` more into a",
|
||||
" pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take",
|
||||
" into account `32 + proxy_type.encode().len()` bytes of data."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -11827,7 +11914,8 @@
|
||||
"docs": [
|
||||
" The base amount of currency needed to reserve for creating an announcement.",
|
||||
"",
|
||||
" This is held when a new storage item holding a `Balance` is created (typically 16 bytes)."
|
||||
" This is held when a new storage item holding a `Balance` is created (typically 16",
|
||||
" bytes)."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -12030,9 +12118,8 @@
|
||||
" - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.",
|
||||
" - One event.",
|
||||
" - The weight of the `call`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a",
|
||||
" deposit taken for its lifetime of",
|
||||
" `DepositBase + threshold * DepositFactor`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit",
|
||||
" taken for its lifetime of `DepositBase + threshold * DepositFactor`.",
|
||||
" -------------------------------",
|
||||
" - DB Weight:",
|
||||
" - Reads: Multisig Storage, [Caller Account], Calls (if `store_call`)",
|
||||
@@ -12094,9 +12181,8 @@
|
||||
" - Up to one binary search and insert (`O(logS + S)`).",
|
||||
" - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.",
|
||||
" - One event.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a",
|
||||
" deposit taken for its lifetime of",
|
||||
" `DepositBase + threshold * DepositFactor`.",
|
||||
" - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit",
|
||||
" taken for its lifetime of `DepositBase + threshold * DepositFactor`.",
|
||||
" ----------------------------------",
|
||||
" - DB Weight:",
|
||||
" - Read: Multisig Storage, [Caller Account]",
|
||||
@@ -12211,8 +12297,8 @@
|
||||
"type": "BalanceOf",
|
||||
"value": "0x00f01c0adbed01000000000000000000",
|
||||
"docs": [
|
||||
" The base amount of currency needed to reserve for creating a multisig execution or to store",
|
||||
" a dispatch call for later.",
|
||||
" The base amount of currency needed to reserve for creating a multisig execution or to",
|
||||
" store a dispatch call for later.",
|
||||
"",
|
||||
" This is held for an additional storage item whose value size is",
|
||||
" `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is",
|
||||
@@ -13311,8 +13397,8 @@
|
||||
" - `id`: The identifier of the new asset. This must not be currently in use to identify",
|
||||
" an existing asset.",
|
||||
" - `owner`: The owner of this class of assets. The owner has full superuser permissions",
|
||||
" over this asset, but may later change and configure the permissions using `transfer_ownership`",
|
||||
" and `set_team`.",
|
||||
" over this asset, but may later change and configure the permissions using",
|
||||
" `transfer_ownership` and `set_team`.",
|
||||
" - `min_balance`: The minimum balance of this new asset that any single account must",
|
||||
" have. If an account's balance is reduced below this, then it collapses to zero.",
|
||||
"",
|
||||
@@ -14304,7 +14390,8 @@
|
||||
{
|
||||
"name": "NoProvider",
|
||||
"docs": [
|
||||
" No provider reference exists to allow a non-zero balance of a non-self-sufficient asset."
|
||||
" No provider reference exists to allow a non-zero balance of a non-self-sufficient",
|
||||
" asset."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -14969,8 +15056,8 @@
|
||||
{
|
||||
"name": "BidTooLow",
|
||||
"docs": [
|
||||
" The queue for the bid's duration is full and the amount bid is too low to get in through",
|
||||
" replacing an existing bid."
|
||||
" The queue for the bid's duration is full and the amount bid is too low to get in",
|
||||
" through replacing an existing bid."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -15854,7 +15941,7 @@
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An asset `instace` was issued. \\[ class, instance, owner \\]"
|
||||
" An asset `instance` was issued. \\[ class, instance, owner \\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -15866,7 +15953,7 @@
|
||||
"AccountId"
|
||||
],
|
||||
"docs": [
|
||||
" An asset `instace` was transferred. \\[ class, instance, from, to \\]"
|
||||
" An asset `instance` was transferred. \\[ class, instance, from, to \\]"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -16313,9 +16400,9 @@
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
" Index and store data on chain. Minimum data size is 1 bytes, maximum is `MaxTransactionSize`.",
|
||||
" Data will be removed after `STORAGE_PERIOD` blocks, unless `renew` is called.",
|
||||
" # <weight>",
|
||||
" Index and store data on chain. Minimum data size is 1 bytes, maximum is",
|
||||
" `MaxTransactionSize`. Data will be removed after `STORAGE_PERIOD` blocks, unless `renew`",
|
||||
" is called. # <weight>",
|
||||
" - n*log(n) of data size, as all data is pushed to an in-memory trie.",
|
||||
" Additionally contains a DB write.",
|
||||
" # </weight>"
|
||||
@@ -16355,7 +16442,8 @@
|
||||
" Check storage proof for block number `block_number() - StoragePeriod`.",
|
||||
" If such block does not exist the proof is expected to be `None`.",
|
||||
" # <weight>",
|
||||
" - Linear w.r.t the number of indexed transactions in the proved block for random probing.",
|
||||
" - Linear w.r.t the number of indexed transactions in the proved block for random",
|
||||
" probing.",
|
||||
" There's a DB read for each transaction.",
|
||||
" Here we assume a maximum of 100 probed transactions.",
|
||||
" # </weight>"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', version: '5.8.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types",
|
||||
"version": "5.5.2",
|
||||
"version": "5.8.3",
|
||||
"type": "module",
|
||||
"description": "Implementation of the Parity codec",
|
||||
"main": "index.js",
|
||||
@@ -19,15 +19,15 @@
|
||||
"bugs": "https://github.com/polkadot-js/api/issues",
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@polkadot/util": "^7.3.1",
|
||||
"@polkadot/util-crypto": "^7.3.1",
|
||||
"rxjs": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/types-support": "5.5.2",
|
||||
"@polkadot/keyring": "^7.3.1",
|
||||
"@polkadot/types-support": "5.8.3",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bn.js": "^4.11.9"
|
||||
"bn.js": "^4.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ import type { Multiplier } from '@polkadot/types/interfaces/txpayment';
|
||||
import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';
|
||||
import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';
|
||||
import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
|
||||
import type { AccountId32Junction, AccountIndex64Junction, AccountKey20Junction, AssetInstance, BodyId, BodyPart, BodyPartAtLeastProportion, BodyPartFraction, BodyPartMoreThanProportion, DoubleEncodedCall, InboundStatus, Junction, MultiAsset, MultiAssetAbstractFungible, MultiAssetAbstractNonFungible, MultiAssetConcreteFungible, MultiAssetConcreteNonFungible, MultiLocation, NetworkId, OutboundStatus, Outcome, PluralityJunction, QueueConfigData, VersionedMultiAsset, VersionedMultiLocation, VersionedXcm, Xcm, XcmAssetEffects, XcmError, XcmHrmpChannelAccepted, XcmHrmpChannelClosing, XcmHrmpNewChannelOpenRequest, XcmOrder, XcmOrderBuyExecution, XcmOrderDepositAsset, XcmOrderDepositReserveAsset, XcmOrderExchangeAsset, XcmOrderInitiateReserveWithdraw, XcmOrderInitiateTeleport, XcmOrderQueryHolding, XcmOrigin, XcmOriginKind, XcmQueryResponse, XcmRelayedFrom, XcmReserveAssetDeposit, XcmResponse, XcmTeleportAsset, XcmTransact, XcmTransferAsset, XcmTransferReserveAsset, XcmWithdrawAsset, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';
|
||||
import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, BodyId, BodyPart, DoubleEncodedCall, Fungibility, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildMultiAsset, WildMultiAssetV1, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';
|
||||
|
||||
declare module '@polkadot/types/types/registry' {
|
||||
export interface InterfaceTypes {
|
||||
@@ -68,17 +68,14 @@ declare module '@polkadot/types/types/registry' {
|
||||
AccountId: AccountId;
|
||||
AccountId20: AccountId20;
|
||||
AccountId32: AccountId32;
|
||||
AccountId32Junction: AccountId32Junction;
|
||||
AccountIdOf: AccountIdOf;
|
||||
AccountIndex: AccountIndex;
|
||||
AccountIndex64Junction: AccountIndex64Junction;
|
||||
AccountInfo: AccountInfo;
|
||||
AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;
|
||||
AccountInfoWithProviders: AccountInfoWithProviders;
|
||||
AccountInfoWithRefCount: AccountInfoWithRefCount;
|
||||
AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;
|
||||
AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;
|
||||
AccountKey20Junction: AccountKey20Junction;
|
||||
AccountStatus: AccountStatus;
|
||||
AccountValidity: AccountValidity;
|
||||
AccountVote: AccountVote;
|
||||
@@ -105,6 +102,8 @@ declare module '@polkadot/types/types/registry' {
|
||||
AssetDetails: AssetDetails;
|
||||
AssetId: AssetId;
|
||||
AssetInstance: AssetInstance;
|
||||
AssetInstanceV0: AssetInstanceV0;
|
||||
AssetInstanceV1: AssetInstanceV1;
|
||||
AssetMetadata: AssetMetadata;
|
||||
AssetOptions: AssetOptions;
|
||||
AssignmentId: AssignmentId;
|
||||
@@ -158,9 +157,6 @@ declare module '@polkadot/types/types/registry' {
|
||||
BlockWeights: BlockWeights;
|
||||
BodyId: BodyId;
|
||||
BodyPart: BodyPart;
|
||||
BodyPartAtLeastProportion: BodyPartAtLeastProportion;
|
||||
BodyPartFraction: BodyPartFraction;
|
||||
BodyPartMoreThanProportion: BodyPartMoreThanProportion;
|
||||
bool: bool;
|
||||
Bool: Bool;
|
||||
Bounty: Bounty;
|
||||
@@ -405,6 +401,7 @@ declare module '@polkadot/types/types/registry' {
|
||||
FunctionMetadataV9: FunctionMetadataV9;
|
||||
FundIndex: FundIndex;
|
||||
FundInfo: FundInfo;
|
||||
Fungibility: Fungibility;
|
||||
Gas: Gas;
|
||||
GiltBid: GiltBid;
|
||||
GlobalValidationData: GlobalValidationData;
|
||||
@@ -479,11 +476,19 @@ declare module '@polkadot/types/types/registry' {
|
||||
InstanceMetadata: InstanceMetadata;
|
||||
InstantiateRequest: InstantiateRequest;
|
||||
InstantiateReturnValue: InstantiateReturnValue;
|
||||
InstructionV2: InstructionV2;
|
||||
InstructionWeights: InstructionWeights;
|
||||
InteriorMultiLocation: InteriorMultiLocation;
|
||||
InvalidDisputeStatementKind: InvalidDisputeStatementKind;
|
||||
InvalidTransaction: InvalidTransaction;
|
||||
Json: Json;
|
||||
Junction: Junction;
|
||||
Junctions: Junctions;
|
||||
JunctionsV1: JunctionsV1;
|
||||
JunctionsV2: JunctionsV2;
|
||||
JunctionV0: JunctionV0;
|
||||
JunctionV1: JunctionV1;
|
||||
JunctionV2: JunctionV2;
|
||||
Justification: Justification;
|
||||
JustificationNotification: JustificationNotification;
|
||||
Justifications: Justifications;
|
||||
@@ -550,12 +555,20 @@ declare module '@polkadot/types/types/registry' {
|
||||
MortalEra: MortalEra;
|
||||
MultiAddress: MultiAddress;
|
||||
MultiAsset: MultiAsset;
|
||||
MultiAssetAbstractFungible: MultiAssetAbstractFungible;
|
||||
MultiAssetAbstractNonFungible: MultiAssetAbstractNonFungible;
|
||||
MultiAssetConcreteFungible: MultiAssetConcreteFungible;
|
||||
MultiAssetConcreteNonFungible: MultiAssetConcreteNonFungible;
|
||||
MultiAssetFilter: MultiAssetFilter;
|
||||
MultiAssetFilterV1: MultiAssetFilterV1;
|
||||
MultiAssetFilterV2: MultiAssetFilterV2;
|
||||
MultiAssets: MultiAssets;
|
||||
MultiAssetsV1: MultiAssetsV1;
|
||||
MultiAssetsV2: MultiAssetsV2;
|
||||
MultiAssetV0: MultiAssetV0;
|
||||
MultiAssetV1: MultiAssetV1;
|
||||
MultiAssetV2: MultiAssetV2;
|
||||
MultiDisputeStatementSet: MultiDisputeStatementSet;
|
||||
MultiLocation: MultiLocation;
|
||||
MultiLocationV0: MultiLocationV0;
|
||||
MultiLocationV1: MultiLocationV1;
|
||||
MultiLocationV2: MultiLocationV2;
|
||||
Multiplier: Multiplier;
|
||||
Multisig: Multisig;
|
||||
MultiSignature: MultiSignature;
|
||||
@@ -590,6 +603,9 @@ declare module '@polkadot/types/types/registry' {
|
||||
OperatingMode: OperatingMode;
|
||||
Origin: Origin;
|
||||
OriginCaller: OriginCaller;
|
||||
OriginKindV0: OriginKindV0;
|
||||
OriginKindV1: OriginKindV1;
|
||||
OriginKindV2: OriginKindV2;
|
||||
OutboundHrmpMessage: OutboundHrmpMessage;
|
||||
OutboundLaneData: OutboundLaneData;
|
||||
OutboundMessageFee: OutboundMessageFee;
|
||||
@@ -656,7 +672,6 @@ declare module '@polkadot/types/types/registry' {
|
||||
PhantomData: PhantomData;
|
||||
Phase: Phase;
|
||||
PhragmenScore: PhragmenScore;
|
||||
PluralityJunction: PluralityJunction;
|
||||
Points: Points;
|
||||
PortableRegistry: PortableRegistry;
|
||||
PortableType: PortableType;
|
||||
@@ -676,6 +691,8 @@ declare module '@polkadot/types/types/registry' {
|
||||
ProxyDefinition: ProxyDefinition;
|
||||
ProxyState: ProxyState;
|
||||
ProxyType: ProxyType;
|
||||
QueryId: QueryId;
|
||||
QueryStatus: QueryStatus;
|
||||
QueueConfigData: QueueConfigData;
|
||||
QueuedParathread: QueuedParathread;
|
||||
Randomness: Randomness;
|
||||
@@ -726,6 +743,12 @@ declare module '@polkadot/types/types/registry' {
|
||||
ReportIdOf: ReportIdOf;
|
||||
ReserveData: ReserveData;
|
||||
ReserveIdentifier: ReserveIdentifier;
|
||||
Response: Response;
|
||||
ResponseV0: ResponseV0;
|
||||
ResponseV1: ResponseV1;
|
||||
ResponseV2: ResponseV2;
|
||||
ResponseV2Error: ResponseV2Error;
|
||||
ResponseV2Result: ResponseV2Result;
|
||||
Retriable: Retriable;
|
||||
RewardDestination: RewardDestination;
|
||||
RewardPoint: RewardPoint;
|
||||
@@ -947,8 +970,11 @@ declare module '@polkadot/types/types/registry' {
|
||||
ValidityAttestation: ValidityAttestation;
|
||||
VecInboundHrmpMessage: VecInboundHrmpMessage;
|
||||
VersionedMultiAsset: VersionedMultiAsset;
|
||||
VersionedMultiAssets: VersionedMultiAssets;
|
||||
VersionedMultiLocation: VersionedMultiLocation;
|
||||
VersionedResponse: VersionedResponse;
|
||||
VersionedXcm: VersionedXcm;
|
||||
VersionMigrationStage: VersionMigrationStage;
|
||||
VestingInfo: VestingInfo;
|
||||
VestingSchedule: VestingSchedule;
|
||||
Vote: Vote;
|
||||
@@ -968,39 +994,33 @@ declare module '@polkadot/types/types/registry' {
|
||||
VrfOutput: VrfOutput;
|
||||
VrfProof: VrfProof;
|
||||
Weight: Weight;
|
||||
WeightLimitV2: WeightLimitV2;
|
||||
WeightMultiplier: WeightMultiplier;
|
||||
WeightPerClass: WeightPerClass;
|
||||
WeightToFeeCoefficient: WeightToFeeCoefficient;
|
||||
WildFungibility: WildFungibility;
|
||||
WildMultiAsset: WildMultiAsset;
|
||||
WildMultiAssetV1: WildMultiAssetV1;
|
||||
WinnersData: WinnersData;
|
||||
WinnersDataTuple: WinnersDataTuple;
|
||||
WinningData: WinningData;
|
||||
WinningDataEntry: WinningDataEntry;
|
||||
WithdrawReasons: WithdrawReasons;
|
||||
Xcm: Xcm;
|
||||
XcmAssetEffects: XcmAssetEffects;
|
||||
XcmAssetId: XcmAssetId;
|
||||
XcmError: XcmError;
|
||||
XcmHrmpChannelAccepted: XcmHrmpChannelAccepted;
|
||||
XcmHrmpChannelClosing: XcmHrmpChannelClosing;
|
||||
XcmHrmpNewChannelOpenRequest: XcmHrmpNewChannelOpenRequest;
|
||||
XcmErrorV0: XcmErrorV0;
|
||||
XcmErrorV1: XcmErrorV1;
|
||||
XcmErrorV2: XcmErrorV2;
|
||||
XcmOrder: XcmOrder;
|
||||
XcmOrderBuyExecution: XcmOrderBuyExecution;
|
||||
XcmOrderDepositAsset: XcmOrderDepositAsset;
|
||||
XcmOrderDepositReserveAsset: XcmOrderDepositReserveAsset;
|
||||
XcmOrderExchangeAsset: XcmOrderExchangeAsset;
|
||||
XcmOrderInitiateReserveWithdraw: XcmOrderInitiateReserveWithdraw;
|
||||
XcmOrderInitiateTeleport: XcmOrderInitiateTeleport;
|
||||
XcmOrderQueryHolding: XcmOrderQueryHolding;
|
||||
XcmOrderV0: XcmOrderV0;
|
||||
XcmOrderV1: XcmOrderV1;
|
||||
XcmOrigin: XcmOrigin;
|
||||
XcmOriginKind: XcmOriginKind;
|
||||
XcmpMessageFormat: XcmpMessageFormat;
|
||||
XcmQueryResponse: XcmQueryResponse;
|
||||
XcmRelayedFrom: XcmRelayedFrom;
|
||||
XcmReserveAssetDeposit: XcmReserveAssetDeposit;
|
||||
XcmResponse: XcmResponse;
|
||||
XcmTeleportAsset: XcmTeleportAsset;
|
||||
XcmTransact: XcmTransact;
|
||||
XcmTransferAsset: XcmTransferAsset;
|
||||
XcmTransferReserveAsset: XcmTransferReserveAsset;
|
||||
XcmWithdrawAsset: XcmWithdrawAsset;
|
||||
XcmV0: XcmV0;
|
||||
XcmV1: XcmV1;
|
||||
XcmV2: XcmV2;
|
||||
XcmVersion: XcmVersion;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,8 +20,12 @@ export abstract class AbstractArray<T extends Codec> extends Array<T> implements
|
||||
|
||||
public createdAtHash?: Hash;
|
||||
|
||||
protected constructor (registry: Registry, ...values: T[]) {
|
||||
super(...values);
|
||||
protected constructor (registry: Registry, values: T[]) {
|
||||
super(values.length);
|
||||
|
||||
for (let i = 0; i < values.length; i++) {
|
||||
this[i] = values[i];
|
||||
}
|
||||
|
||||
this.registry = registry;
|
||||
}
|
||||
|
||||
@@ -259,14 +259,15 @@ export class Enum implements IEnum {
|
||||
* @description Checks if the Enum points to a [[Null]] type
|
||||
*/
|
||||
public get isNone (): boolean {
|
||||
return this.isNull;
|
||||
return this.#raw instanceof Null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @description Checks if the Enum points to a [[Null]] type (deprecated, use isNone)
|
||||
* @description Checks if the Enum points to a [[Null]] type
|
||||
* @deprecated use isNone
|
||||
*/
|
||||
public get isNull (): boolean {
|
||||
return this.#raw instanceof Null;
|
||||
return this.isNone;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -331,7 +332,7 @@ export class Enum implements IEnum {
|
||||
* @description Converts the Object to to a human-friendly JSON, with additional fields, expansion and formatting of information
|
||||
*/
|
||||
public toHuman (isExtended?: boolean): AnyJson {
|
||||
return this.#isBasic
|
||||
return this.#isBasic || this.isNone
|
||||
? this.type
|
||||
: { [this.type]: this.#raw.toHuman(isExtended) };
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,7 +7,8 @@ import type { CodecTo } from '../types';
|
||||
|
||||
import { TypeRegistry } from '../create';
|
||||
import { Text, U32 } from '../primitive';
|
||||
import { Struct, Vec } from '.';
|
||||
import { TEST_A } from './Struct.data';
|
||||
import { Enum, Struct, Vec } from '.';
|
||||
|
||||
describe('Struct', (): void => {
|
||||
const registry = new TypeRegistry();
|
||||
@@ -84,6 +85,30 @@ describe('Struct', (): void => {
|
||||
expect(s.toString()).toBe('{"foo":[{"bar":"1"},{"bar":"2"}]}');
|
||||
});
|
||||
|
||||
it('decodes a previously problematic input', (): void => {
|
||||
let data;
|
||||
|
||||
try {
|
||||
data = new Struct(registry, {
|
||||
a: 'u32',
|
||||
b: 'H256',
|
||||
c: 'H256',
|
||||
swap: Enum.with({
|
||||
A: 'u256',
|
||||
B: 'u256'
|
||||
}),
|
||||
d: Vec.with('u8'),
|
||||
e: 'u8'
|
||||
}, TEST_A);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
|
||||
throw error;
|
||||
}
|
||||
|
||||
expect(data.get('d')).toHaveLength(50000);
|
||||
});
|
||||
|
||||
it('decodes from a Map input', (): void => {
|
||||
const input = new Struct(registry, {
|
||||
a: U32,
|
||||
|
||||
@@ -61,7 +61,7 @@ export class Tuple extends AbstractArray<Codec> implements ITuple<Codec[]> {
|
||||
? [typeToConstructor(registry, Types)]
|
||||
: mapToTypeMap(registry, Types);
|
||||
|
||||
super(registry, ...decodeTuple(registry, Clazzes, value));
|
||||
super(registry, decodeTuple(registry, Clazzes, value));
|
||||
|
||||
this._Types = Clazzes;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ export class Vec<T extends Codec> extends AbstractArray<T> {
|
||||
constructor (registry: Registry, Type: Constructor<T> | string, value: Vec<Codec> | Uint8Array | string | unknown[] = []) {
|
||||
const Clazz = typeToConstructor<T>(registry, Type);
|
||||
|
||||
super(registry, ...Vec.decodeVec(registry, Clazz, value));
|
||||
super(registry, Vec.decodeVec(registry, Clazz, value));
|
||||
|
||||
this._Type = Clazz;
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ export class VecFixed<T extends Codec> extends AbstractArray<T> {
|
||||
constructor (registry: Registry, Type: Constructor<T> | string, length: number, value: VecFixed<any> | Uint8Array | string | any[] = [] as any[]) {
|
||||
const Clazz = typeToConstructor<T>(registry, Type);
|
||||
|
||||
super(registry, ...decodeVecFixed(registry, Clazz, length, value));
|
||||
super(registry, decodeVecFixed(registry, Clazz, length, value));
|
||||
|
||||
this._Type = Clazz;
|
||||
}
|
||||
|
||||
@@ -239,7 +239,7 @@ export class GenericPortableRegistry extends Struct {
|
||||
}
|
||||
|
||||
#extract (type: SiType, lookupIndex: number): TypeDef {
|
||||
const path = [...type.path];
|
||||
const namespace = [...type.path].join('::');
|
||||
let typeDef: TypeDef;
|
||||
const primType = getPrimitivePath(type.path);
|
||||
|
||||
@@ -265,21 +265,21 @@ export class GenericPortableRegistry extends Struct {
|
||||
} else if (type.def.isVariant) {
|
||||
typeDef = this.#extractVariant(lookupIndex, type, type.def.asVariant);
|
||||
} else {
|
||||
throw new Error(`Invalid type at index ${lookupIndex}: No handler for ${type.def.toString()}`);
|
||||
throw new Error(`No SiTypeDef handler for ${type.def.toString()}`);
|
||||
}
|
||||
} catch (error) {
|
||||
throw new Error(`PortableRegistry: ${lookupIndex}: Error extracting ${stringify(type)}: ${(error as Error).message}`);
|
||||
throw new Error(`PortableRegistry: ${lookupIndex}${namespace ? ` (${namespace})` : ''}: Error extracting ${stringify(type)}: ${(error as Error).message}`);
|
||||
}
|
||||
|
||||
return {
|
||||
docs: type.docs.map((d) => d.toString()),
|
||||
namespace: path.join('::'),
|
||||
namespace,
|
||||
...typeDef
|
||||
};
|
||||
}
|
||||
|
||||
#extractArray (lookupIndex: number, { len: length, type }: SiTypeDefArray): TypeDef {
|
||||
assert(!length || length.toNumber() <= 256, () => `PortableRegistry: ${lookupIndex}: Only support for [Type; <length>], where length <= 256`);
|
||||
#extractArray (_: number, { len: length, type }: SiTypeDefArray): TypeDef {
|
||||
assert(!length || length.toNumber() <= 256, 'Only support for [Type; <length>], where length <= 256');
|
||||
|
||||
return withTypeString(this.registry, {
|
||||
info: TypeDefInfo.VecFixed,
|
||||
@@ -312,11 +312,23 @@ export class GenericPortableRegistry extends Struct {
|
||||
}
|
||||
|
||||
#extractComposite (lookupIndex: number, { params, path }: SiType, { fields }: SiTypeDefComposite): TypeDef {
|
||||
if (path.length === 1 && path[0].eq('BTreeMap')) {
|
||||
const specialVariant = path[0].toString();
|
||||
|
||||
if (path.length === 1 && specialVariant === 'BTreeMap') {
|
||||
return withTypeString(this.registry, {
|
||||
info: TypeDefInfo.BTreeMap,
|
||||
sub: params.map(({ type }) => this.#createSiDef(type.unwrap()))
|
||||
});
|
||||
} else if (['Range', 'RangeInclusive'].includes(specialVariant)) {
|
||||
return withTypeString(this.registry, {
|
||||
info: TypeDefInfo.Range,
|
||||
sub: fields.map(({ name, type }, index) => ({
|
||||
name: name.isSome
|
||||
? name.unwrap().toString()
|
||||
: ['start', 'end'][index],
|
||||
...this.#createSiDef(type)
|
||||
}))
|
||||
});
|
||||
}
|
||||
|
||||
return SETS.some((p) => matchParts(p, path))
|
||||
@@ -324,8 +336,8 @@ export class GenericPortableRegistry extends Struct {
|
||||
: this.#extractFields(lookupIndex, fields);
|
||||
}
|
||||
|
||||
#extractCompositeSet (lookupIndex: number, params: SiTypeParameter[], fields: SiField[]): TypeDef {
|
||||
assert(params.length === 1 && fields.length === 1, () => `PortableRegistry: ${lookupIndex}: Set handling expects since param and single field`);
|
||||
#extractCompositeSet (_: number, params: SiTypeParameter[], fields: SiField[]): TypeDef {
|
||||
assert(params.length === 1 && fields.length === 1, 'Set handling expects param/field as single entries');
|
||||
|
||||
return withTypeString(this.registry, {
|
||||
info: TypeDefInfo.Set,
|
||||
@@ -347,7 +359,7 @@ export class GenericPortableRegistry extends Struct {
|
||||
]),
|
||||
[true, true]);
|
||||
|
||||
assert(isTuple || isStruct, () => `PortableRegistry: ${lookupIndex}: Invalid fields type detected, expected either Tuple (all unnamed) or Struct (all named)`);
|
||||
assert(isTuple || isStruct, 'Invalid fields type detected, expected either Tuple (all unnamed) or Struct (all named)');
|
||||
|
||||
if (fields.length === 0) {
|
||||
return {
|
||||
@@ -501,9 +513,9 @@ export class GenericPortableRegistry extends Struct {
|
||||
} else if (specialVariant === 'Result') {
|
||||
return withTypeString(this.registry, {
|
||||
info: TypeDefInfo.Result,
|
||||
sub: params.map(({ type }) => this.#createSiDef(type.unwrap())).map((def, index) => ({
|
||||
sub: params.map(({ type }, index) => ({
|
||||
name: ['Ok', 'Error'][index],
|
||||
...def
|
||||
...this.#createSiDef(type.unwrap())
|
||||
}))
|
||||
});
|
||||
} else if (variants.length === 0) {
|
||||
|
||||
@@ -62,9 +62,6 @@ export default {
|
||||
SiTypeDefComposite: {
|
||||
fields: 'Vec<SiField>'
|
||||
},
|
||||
SiTypeDefVariant: {
|
||||
variants: 'Vec<SiVariant>'
|
||||
},
|
||||
SiTypeDefPrimitive: {
|
||||
_enum: ['Bool', 'Char', 'Str', 'U8', 'U16', 'U32', 'U64', 'U128', 'U256', 'I8', 'I16', 'I32', 'I64', 'I128', 'I256']
|
||||
},
|
||||
@@ -76,6 +73,9 @@ export default {
|
||||
name: 'Text',
|
||||
type: 'Option<SiLookupTypeId>'
|
||||
},
|
||||
SiTypeDefVariant: {
|
||||
variants: 'Vec<SiVariant>'
|
||||
},
|
||||
SiVariant
|
||||
}
|
||||
} as Definitions;
|
||||
|
||||
@@ -6,121 +6,51 @@
|
||||
|
||||
import type { Definitions } from '../../types';
|
||||
|
||||
import { v0 } from './v0';
|
||||
import { v1 } from './v1';
|
||||
import { v2 } from './v2';
|
||||
|
||||
const xcm = {
|
||||
XcmAssetEffects: {
|
||||
assets: 'Vec<MultiAsset>',
|
||||
effects: 'Vec<XcmOrder>'
|
||||
},
|
||||
XcmWithdrawAsset: 'XcmAssetEffects',
|
||||
XcmReserveAssetDeposit: 'XcmAssetEffects',
|
||||
XcmTeleportAsset: 'XcmAssetEffects',
|
||||
XcmQueryResponse: { queryId: 'Compact<u64>', response: 'XcmResponse' },
|
||||
XcmTransferAsset: { assets: 'Vec<MultiAsset>', dest: 'MultiLocation' },
|
||||
XcmTransferReserveAsset: { assets: 'Vec<MultiAsset>', dest: 'MultiLocation', effects: 'Vec<XcmOrder>' },
|
||||
XcmTransact: { originType: 'XcmOriginKind', requireWeightAtMost: 'u64', call: 'DoubleEncodedCall' },
|
||||
XcmHrmpNewChannelOpenRequest: { sender: 'Compact<u32>', maxMessageSize: 'Compact<u32>', maxCapacity: 'Compact<u32>' },
|
||||
XcmHrmpChannelAccepted: { recipient: 'Compact<u32>' },
|
||||
XcmHrmpChannelClosing: { initiator: 'Compact<u32>', sender: 'Compact<u32>', recipient: 'Compact<u32>' },
|
||||
XcmRelayedFrom: { who: 'MultiLocation', message: 'Xcm' },
|
||||
XcmOrigin: {
|
||||
_enum: {
|
||||
Xcm: 'MultiLocation'
|
||||
}
|
||||
},
|
||||
Xcm: {
|
||||
_enum: {
|
||||
WithdrawAsset: 'XcmWithdrawAsset',
|
||||
ReserveAssetDeposit: 'XcmReserveAssetDeposit',
|
||||
TeleportAsset: 'XcmTeleportAsset',
|
||||
QueryResponse: 'XcmQueryResponse',
|
||||
TransferAsset: 'XcmTransferAsset',
|
||||
TransferReserveAsset: 'XcmTransferReserveAsset',
|
||||
Transact: 'XcmTransact',
|
||||
HrmpNewChannelOpenRequest: 'XcmHrmpNewChannelOpenRequest',
|
||||
HrmpChannelAccepted: 'XcmHrmpChannelAccepted',
|
||||
HrmpChannelClosing: 'XcmHrmpChannelClosing',
|
||||
RelayedFrom: 'XcmRelayedFrom'
|
||||
}
|
||||
},
|
||||
Xcm: 'XcmV1',
|
||||
XcmpMessageFormat: {
|
||||
_enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
|
||||
},
|
||||
VersionedXcm: {
|
||||
XcmError: 'XcmErrorV1',
|
||||
XcmOrder: 'XcmOrderV1',
|
||||
XcmAssetId: {
|
||||
_enum: {
|
||||
V0: 'Xcm'
|
||||
Concrete: 'MultiLocation',
|
||||
Abstract: 'Bytes'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const xmcOrder = {
|
||||
XcmOrderDepositAsset: { assets: 'Vec<MultiAsset>', dest: 'MultiLocation' },
|
||||
XcmOrderDepositReserveAsset: { assets: 'Vec<MultiAsset>', dest: 'MultiLocation', effects: 'Vec<XcmOrder>' },
|
||||
XcmOrderExchangeAsset: { give: 'Vec<MultiAsset>', receive: 'Vec<MultiAsset>' },
|
||||
XcmOrderInitiateReserveWithdraw: { assets: 'Vec<MultiAsset>', reserve: 'MultiLocation', effects: 'Vec<XcmOrder>' },
|
||||
XcmOrderInitiateTeleport: { assets: 'Vec<MultiAsset>', dest: 'MultiLocation', effects: 'Vec<XcmOrder>' },
|
||||
XcmOrderQueryHolding: { queryId: 'Compact<u64>', dest: 'MultiLocation', assets: 'Vec<MultiAsset>' },
|
||||
XcmOrderBuyExecution: { fees: 'MultiAsset', weight: 'u64', debt: 'u64', haltOnError: 'bool', xcm: 'Vec<Xcm>' },
|
||||
XcmOrder: {
|
||||
},
|
||||
AssetInstance: 'AssetInstanceV1',
|
||||
Fungibility: {
|
||||
_enum: {
|
||||
Null: 'Null',
|
||||
DepositAsset: 'XcmOrderDepositAsset',
|
||||
DepositReserveAsset: 'XcmOrderDepositReserveAsset',
|
||||
ExchangeAsset: 'XcmOrderExchangeAsset',
|
||||
InitiateReserveWithdraw: 'XcmOrderInitiateReserveWithdraw',
|
||||
InitiateTeleport: 'XcmOrderInitiateTeleport',
|
||||
QueryHolding: 'XcmOrderQueryHolding',
|
||||
BuyExecution: 'XcmOrderBuyExecution'
|
||||
Fungible: 'u128',
|
||||
NonFungible: 'AssetInstance'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const multiAsset = {
|
||||
},
|
||||
InboundStatus: {
|
||||
_enum: ['Ok', 'Suspended']
|
||||
},
|
||||
OutboundStatus: {
|
||||
_enum: ['Ok', 'Suspended']
|
||||
},
|
||||
MultiAssetAbstractFungible: {
|
||||
id: 'Vec<u8>',
|
||||
instance: 'Compact<u128>'
|
||||
MultiAssetFilter: 'MultiAssetFilterV1',
|
||||
MultiAsset: 'MultiAssetV1',
|
||||
MultiAssets: 'Vec<MultiAsset>',
|
||||
WildFungibility: {
|
||||
_enum: ['Fungible', 'NonFungible']
|
||||
},
|
||||
MultiAssetAbstractNonFungible: {
|
||||
class: 'Vec<u8>',
|
||||
instance: 'AssetInstance'
|
||||
},
|
||||
MultiAssetConcreteFungible: {
|
||||
id: 'MultiLocation',
|
||||
amount: 'Compact<u128>'
|
||||
},
|
||||
MultiAssetConcreteNonFungible: {
|
||||
class: 'MultiLocation',
|
||||
instance: 'AssetInstance'
|
||||
},
|
||||
MultiAsset: {
|
||||
_enum: {
|
||||
None: 'Null',
|
||||
All: 'Null',
|
||||
AllFungible: 'Null',
|
||||
AllNonFungible: 'Null',
|
||||
AllAbstractFungible: 'Vec<u8>',
|
||||
AllAbstractNonFungible: 'Vec<u8>',
|
||||
AllConcreteFungible: 'MultiLocation',
|
||||
AllConcreteNonFungible: 'MultiLocation',
|
||||
AbstractFungible: 'MultiAssetAbstractFungible',
|
||||
AbstractNonFungible: 'MultiAssetAbstractNonFungible',
|
||||
ConcreteFungible: 'MultiAssetConcreteFungible',
|
||||
ConcreteNonFungible: 'MultiAssetConcreteNonFungible'
|
||||
}
|
||||
},
|
||||
VersionedMultiAsset: {
|
||||
_enum: {
|
||||
V0: 'MultiAsset'
|
||||
}
|
||||
}
|
||||
WildMultiAsset: 'WildMultiAssetV1'
|
||||
};
|
||||
|
||||
const junction = {
|
||||
const location = {
|
||||
BodyId: {
|
||||
_enum: {
|
||||
Unit: 'Null',
|
||||
@@ -136,44 +66,24 @@ const junction = {
|
||||
_enum: {
|
||||
Voice: 'Null',
|
||||
Members: 'Compact<u32>',
|
||||
Fraction: 'BodyPartFraction',
|
||||
AtLeastProportion: 'BodyPartAtLeastProportion',
|
||||
MoreThanProportion: 'BodyPartMoreThanProportion'
|
||||
}
|
||||
},
|
||||
BodyPartFraction: { nom: 'Compact<u32>', denom: 'Compact<u32>' },
|
||||
BodyPartAtLeastProportion: { nom: 'Compact<u32>', denom: 'Compact<u32>' },
|
||||
BodyPartMoreThanProportion: { nom: 'Compact<u32>', denom: 'Compact<u32>' },
|
||||
AccountId32Junction: {
|
||||
network: 'NetworkId',
|
||||
id: 'AccountId'
|
||||
},
|
||||
AccountIndex64Junction: {
|
||||
network: 'NetworkId',
|
||||
index: 'Compact<u64>'
|
||||
},
|
||||
AccountKey20Junction: {
|
||||
network: 'NetworkId',
|
||||
key: '[u8; 20]'
|
||||
},
|
||||
PluralityJunction: {
|
||||
id: 'BodyId',
|
||||
part: 'BodyPart'
|
||||
},
|
||||
Junction: {
|
||||
_enum: {
|
||||
Parent: 'Null',
|
||||
Parachain: 'Compact<u32>',
|
||||
AccountId32: 'AccountId32Junction',
|
||||
AccountIndex64: 'AccountIndex64Junction',
|
||||
AccountKey20: 'AccountKey20Junction',
|
||||
PalletInstance: 'u8',
|
||||
GeneralIndex: 'Compact<u128>',
|
||||
GeneralKey: 'Vec<u8>',
|
||||
OnlyChild: 'Null',
|
||||
Plurality: 'PluralityJunction'
|
||||
Fraction: {
|
||||
nom: 'Compact<u32>',
|
||||
denom: 'Compact<u32>'
|
||||
},
|
||||
AtLeastProportion: {
|
||||
nom: 'Compact<u32>',
|
||||
denom: 'Compact<u32>'
|
||||
},
|
||||
MoreThanProportion: {
|
||||
nom: 'Compact<u32>',
|
||||
denom: 'Compact<u32>'
|
||||
}
|
||||
}
|
||||
},
|
||||
InteriorMultiLocation: 'Junctions',
|
||||
Junction: 'JunctionV1',
|
||||
Junctions: 'JunctionsV1',
|
||||
MultiLocation: 'MultiLocationV1',
|
||||
NetworkId: {
|
||||
_enum: {
|
||||
Any: 'Null',
|
||||
@@ -187,67 +97,37 @@ const junction = {
|
||||
export default {
|
||||
rpc: {},
|
||||
types: {
|
||||
...junction,
|
||||
...multiAsset,
|
||||
...location,
|
||||
...xcm,
|
||||
...xmcOrder,
|
||||
DoubleEncodedCall: { encoded: 'Vec<u8>' },
|
||||
...v0,
|
||||
...v1,
|
||||
...v2,
|
||||
DoubleEncodedCall: {
|
||||
encoded: 'Vec<u8>'
|
||||
},
|
||||
XcmOriginKind: {
|
||||
_enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
|
||||
},
|
||||
XcmResponse: {
|
||||
_enum: {
|
||||
Assets: 'Vec<MultiAsset>'
|
||||
}
|
||||
},
|
||||
XcmError: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Overflow: 'Null',
|
||||
Unimplemented: 'Null',
|
||||
UnhandledXcmVersion: 'Null',
|
||||
UnhandledXcmMessage: 'Null',
|
||||
UnhandledEffect: 'Null',
|
||||
EscalationOfPrivilege: 'Null',
|
||||
UntrustedReserveLocation: 'Null',
|
||||
UntrustedTeleportLocation: 'Null',
|
||||
DestinationBufferOverflow: 'Null',
|
||||
SendFailed: 'Null', // (#[codec(skip)] &'static str),
|
||||
CannotReachDestination: '(MultiLocation, Xcm)',
|
||||
MultiLocationFull: 'Null',
|
||||
FailedToDecode: 'Null',
|
||||
BadOrigin: 'Null',
|
||||
ExceedsMaxMessageSize: 'Null',
|
||||
FailedToTransactAsset: 'Null', // (#[codec(skip)] &'static str),
|
||||
WeightLimitReached: 'Weight',
|
||||
Wildcard: 'Null',
|
||||
TooMuchWeightRequired: 'Null',
|
||||
NotHoldingFees: 'Null',
|
||||
WeightNotComputable: 'Null',
|
||||
Barrier: 'Null',
|
||||
NotWithdrawable: 'Null',
|
||||
LocationCannotHold: 'Null',
|
||||
TooExpensive: 'Null'
|
||||
}
|
||||
},
|
||||
MultiLocation: {
|
||||
_enum: {
|
||||
Null: 'Null',
|
||||
X1: 'Junction',
|
||||
X2: '(Junction, Junction)',
|
||||
X3: '(Junction, Junction, Junction)',
|
||||
X4: '(Junction, Junction, Junction, Junction)',
|
||||
X5: '(Junction, Junction, Junction, Junction, Junction)',
|
||||
X6: '(Junction, Junction, Junction, Junction, Junction, Junction)',
|
||||
X7: '(Junction, Junction, Junction, Junction, Junction, Junction, Junction)',
|
||||
X8: '(Junction, Junction, Junction, Junction, Junction, Junction, Junction, Junction)'
|
||||
}
|
||||
},
|
||||
Response: 'ResponseV1',
|
||||
Outcome: {
|
||||
_enum: {
|
||||
Complete: 'Weight',
|
||||
Incomplete: '(Weight, XcmError)',
|
||||
Error: 'XcmError'
|
||||
Incomplete: '(Weight, XcmErrorV0)',
|
||||
Error: 'XcmErrorV0'
|
||||
}
|
||||
},
|
||||
QueryId: 'u64',
|
||||
QueryStatus: {
|
||||
_enum: {
|
||||
Pending: {
|
||||
responder: 'VersionedMultiLocation',
|
||||
maybeNotify: 'Option<(u8, u8)>',
|
||||
timeout: 'BlockNumber'
|
||||
},
|
||||
Ready: {
|
||||
response: 'VersionedResponse',
|
||||
at: 'BlockNumber'
|
||||
}
|
||||
}
|
||||
},
|
||||
QueueConfigData: {
|
||||
@@ -257,25 +137,47 @@ export default {
|
||||
thresholdWeight: 'Weight',
|
||||
weightRestrictDecay: 'Weight'
|
||||
},
|
||||
VersionedMultiLocation: {
|
||||
VersionMigrationStage: {
|
||||
_enum: {
|
||||
V0: 'MultiLocation'
|
||||
MigrateSupportedVersion: 'Null',
|
||||
MigrateVersionNotifiers: 'Null',
|
||||
NotifyCurrentTargets: 'Option<Bytes>',
|
||||
MigrateAndNotifyOldTargets: 'Null'
|
||||
}
|
||||
},
|
||||
AssetInstance: {
|
||||
VersionedMultiAsset: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Index8: 'u8',
|
||||
Index16: 'Compact<u16>',
|
||||
Index32: 'Compact<u32>',
|
||||
Index64: 'Compact<u64>',
|
||||
Index128: 'Compact<u128>',
|
||||
Array4: '[u8; 4]',
|
||||
Array8: '[u8; 8]',
|
||||
Array16: '[u8; 16]',
|
||||
Array32: '[u8; 32]',
|
||||
Blob: 'Vec<u8>'
|
||||
V0: 'MultiAssetV0',
|
||||
V1: 'MultiAssetV1',
|
||||
V2: 'MultiAssetV2'
|
||||
}
|
||||
}
|
||||
},
|
||||
VersionedMultiAssets: {
|
||||
_enum: {
|
||||
V0: 'Vec<MultiAssetV0>',
|
||||
V1: 'MultiAssetsV1',
|
||||
V2: 'MultiAssetsV2'
|
||||
}
|
||||
},
|
||||
VersionedMultiLocation: {
|
||||
_enum: {
|
||||
V0: 'MultiLocationV0',
|
||||
V1: 'MultiLocationV1',
|
||||
V2: 'MultiLocationV2'
|
||||
}
|
||||
},
|
||||
VersionedResponse: {
|
||||
V0: 'ResponseV0',
|
||||
V1: 'ResponseV1',
|
||||
V2: 'ResponseV2'
|
||||
},
|
||||
VersionedXcm: {
|
||||
_enum: {
|
||||
V0: 'XcmV0',
|
||||
V1: 'XcmV1',
|
||||
V2: 'XcmV2'
|
||||
}
|
||||
},
|
||||
XcmVersion: 'u32'
|
||||
}
|
||||
} as Definitions;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,221 @@
|
||||
// Copyright 2017-2021 @polkadot/types authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// order important in structs... :)
|
||||
/* eslint-disable sort-keys */
|
||||
|
||||
import type { DefinitionsTypes } from '../../types';
|
||||
|
||||
export const v0: DefinitionsTypes = {
|
||||
AssetInstanceV0: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Index8: 'u8',
|
||||
Index16: 'Compact<u16>',
|
||||
Index32: 'Compact<u32>',
|
||||
Index64: 'Compact<u64>',
|
||||
Index128: 'Compact<u128>',
|
||||
Array4: '[u8; 4]',
|
||||
Array8: '[u8; 8]',
|
||||
Array16: '[u8; 16]',
|
||||
Array32: '[u8; 32]',
|
||||
Blob: 'Vec<u8>'
|
||||
}
|
||||
},
|
||||
JunctionV0: {
|
||||
_enum: {
|
||||
Parent: 'Null',
|
||||
Parachain: 'Compact<u32>',
|
||||
AccountId32: {
|
||||
network: 'NetworkId',
|
||||
id: 'AccountId'
|
||||
},
|
||||
AccountIndex64: {
|
||||
network: 'NetworkId',
|
||||
index: 'Compact<u64>'
|
||||
},
|
||||
AccountKey20: {
|
||||
network: 'NetworkId',
|
||||
key: '[u8; 20]'
|
||||
},
|
||||
PalletInstance: 'u8',
|
||||
GeneralIndex: 'Compact<u128>',
|
||||
GeneralKey: 'Vec<u8>',
|
||||
OnlyChild: 'Null',
|
||||
Plurality: {
|
||||
id: 'BodyId',
|
||||
part: 'BodyPart'
|
||||
}
|
||||
}
|
||||
},
|
||||
MultiAssetV0: {
|
||||
_enum: {
|
||||
None: 'Null',
|
||||
All: 'Null',
|
||||
AllFungible: 'Null',
|
||||
AllNonFungible: 'Null',
|
||||
AllAbstractFungible: 'Vec<u8>',
|
||||
AllAbstractNonFungible: 'Vec<u8>',
|
||||
AllConcreteFungible: 'MultiLocationV0',
|
||||
AllConcreteNonFungible: 'MultiLocationV0',
|
||||
AbstractFungible: {
|
||||
id: 'Vec<u8>',
|
||||
instance: 'Compact<u128>'
|
||||
},
|
||||
AbstractNonFungible: {
|
||||
class: 'Vec<u8>',
|
||||
instance: 'AssetInstanceV0'
|
||||
},
|
||||
ConcreteFungible: {
|
||||
id: 'MultiLocationV0',
|
||||
amount: 'Compact<u128>'
|
||||
},
|
||||
ConcreteNonFungible: {
|
||||
class: 'MultiLocationV0',
|
||||
instance: 'AssetInstanceV0'
|
||||
}
|
||||
}
|
||||
},
|
||||
MultiLocationV0: {
|
||||
_enum: {
|
||||
Here: 'Null',
|
||||
X1: 'JunctionV0',
|
||||
X2: '(JunctionV0, JunctionV0)',
|
||||
X3: '(JunctionV0, JunctionV0, JunctionV0)',
|
||||
X4: '(JunctionV0, JunctionV0, JunctionV0, JunctionV0)',
|
||||
X5: '(JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0)',
|
||||
X6: '(JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0)',
|
||||
X7: '(JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0)',
|
||||
X8: '(JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0, JunctionV0)'
|
||||
}
|
||||
},
|
||||
OriginKindV0: {
|
||||
_enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
|
||||
},
|
||||
ResponseV0: {
|
||||
_enum: {
|
||||
Assets: 'Vec<MultiAssetV0>'
|
||||
}
|
||||
},
|
||||
XcmV0: {
|
||||
_enum: {
|
||||
WithdrawAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
ReserveAssetDeposit: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
ReceiveTeleportedAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
QueryResponse: {
|
||||
queryId: 'Compact<u64>',
|
||||
response: 'ResponseV0'
|
||||
},
|
||||
TransferAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
dest: 'MultiLocationV0'
|
||||
},
|
||||
TransferReserveAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
dest: 'MultiLocationV0',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
Transact: {
|
||||
originType: 'XcmOriginKind',
|
||||
requireWeightAtMost: 'u64',
|
||||
call: 'DoubleEncodedCall'
|
||||
},
|
||||
HrmpNewChannelOpenRequest: {
|
||||
sender: 'Compact<u32>',
|
||||
maxMessageSize: 'Compact<u32>',
|
||||
maxCapacity: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelAccepted: {
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelClosing: {
|
||||
initiator: 'Compact<u32>',
|
||||
sender: 'Compact<u32>',
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
RelayedFrom: {
|
||||
who: 'MultiLocationV0',
|
||||
message: 'XcmV0'
|
||||
}
|
||||
}
|
||||
},
|
||||
XcmErrorV0: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Overflow: 'Null',
|
||||
Unimplemented: 'Null',
|
||||
UnhandledXcmVersion: 'Null',
|
||||
UnhandledXcmMessage: 'Null',
|
||||
UnhandledEffect: 'Null',
|
||||
EscalationOfPrivilege: 'Null',
|
||||
UntrustedReserveLocation: 'Null',
|
||||
UntrustedTeleportLocation: 'Null',
|
||||
DestinationBufferOverflow: 'Null',
|
||||
SendFailed: 'Null',
|
||||
CannotReachDestination: '(MultiLocation, Xcm)',
|
||||
MultiLocationFull: 'Null',
|
||||
FailedToDecode: 'Null',
|
||||
BadOrigin: 'Null',
|
||||
ExceedsMaxMessageSize: 'Null',
|
||||
FailedToTransactAsset: 'Null',
|
||||
WeightLimitReached: 'Weight',
|
||||
Wildcard: 'Null',
|
||||
TooMuchWeightRequired: 'Null',
|
||||
NotHoldingFees: 'Null',
|
||||
WeightNotComputable: 'Null',
|
||||
Barrier: 'Null',
|
||||
NotWithdrawable: 'Null',
|
||||
LocationCannotHold: 'Null',
|
||||
TooExpensive: 'Null'
|
||||
}
|
||||
},
|
||||
XcmOrderV0: {
|
||||
_enum: {
|
||||
Null: 'Null',
|
||||
DepositAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
dest: 'MultiLocationV0'
|
||||
},
|
||||
DepositReserveAsset: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
dest: 'MultiLocationV0',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
ExchangeAsset: {
|
||||
give: 'Vec<MultiAssetV0>',
|
||||
receive: 'Vec<MultiAssetV0>'
|
||||
},
|
||||
InitiateReserveWithdraw: {
|
||||
assets: 'Vec<MultiAssetV0>',
|
||||
reserve: 'MultiLocationV0',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
InitiateTeleport: {
|
||||
assets: 'Vec<MultiAsset>',
|
||||
dest: 'MultiLocationV0',
|
||||
effects: 'Vec<XcmOrderV0>'
|
||||
},
|
||||
QueryHolding: {
|
||||
queryId: 'Compact<u64>',
|
||||
dest: 'MultiLocationV0',
|
||||
assets: 'Vec<MultiAssetV0>'
|
||||
},
|
||||
BuyExecution: {
|
||||
fees: 'MultiAsset',
|
||||
weight: 'u64',
|
||||
debt: 'u64',
|
||||
haltOnError: 'bool',
|
||||
xcm: 'Vec<XcmV0>'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,216 @@
|
||||
// Copyright 2017-2021 @polkadot/types authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// order important in structs... :)
|
||||
/* eslint-disable sort-keys */
|
||||
|
||||
import type { DefinitionsTypes } from '../../types';
|
||||
|
||||
export const v1: DefinitionsTypes = {
|
||||
AssetInstanceV1: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Index: 'Compact<u128>',
|
||||
Array4: '[u8; 4]',
|
||||
Array8: '[u8; 8]',
|
||||
Array16: '[u8; 16]',
|
||||
Array32: '[u8; 32]',
|
||||
Blob: 'Bytes'
|
||||
}
|
||||
},
|
||||
JunctionV1: {
|
||||
_enum: {
|
||||
Parachain: 'Compact<u32>',
|
||||
AccountId32: {
|
||||
network: 'NetworkId',
|
||||
id: 'AccountId'
|
||||
},
|
||||
AccountIndex64: {
|
||||
network: 'NetworkId',
|
||||
index: 'Compact<u64>'
|
||||
},
|
||||
AccountKey20: {
|
||||
network: 'NetworkId',
|
||||
key: '[u8; 20]'
|
||||
},
|
||||
PalletInstance: 'u8',
|
||||
GeneralIndex: 'Compact<u128>',
|
||||
GeneralKey: 'Vec<u8>',
|
||||
OnlyChild: 'Null',
|
||||
Plurality: {
|
||||
id: 'BodyId',
|
||||
part: 'BodyPart'
|
||||
}
|
||||
}
|
||||
},
|
||||
JunctionsV1: {
|
||||
_enum: {
|
||||
Here: 'Null',
|
||||
X1: 'JunctionV1',
|
||||
X2: '(JunctionV1, JunctionV1)',
|
||||
X3: '(JunctionV1, JunctionV1, JunctionV1)',
|
||||
X4: '(JunctionV1, JunctionV1, JunctionV1, JunctionV1)',
|
||||
X5: '(JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1)',
|
||||
X6: '(JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1)',
|
||||
X7: '(JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1)',
|
||||
X8: '(JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1, JunctionV1)'
|
||||
}
|
||||
},
|
||||
MultiAssetsV1: 'Vec<MultiAssetV1>',
|
||||
MultiAssetV1: {
|
||||
id: 'XcmAssetId',
|
||||
fungibility: 'Fungibility'
|
||||
},
|
||||
MultiAssetFilterV1: {
|
||||
_enum: {
|
||||
Definite: 'MultiAssetsV1',
|
||||
Wild: 'WildMultiAssetV1'
|
||||
}
|
||||
},
|
||||
MultiLocationV1: {
|
||||
parents: 'u8',
|
||||
interior: 'JunctionsV1'
|
||||
},
|
||||
OriginKindV1: 'OriginKindV0',
|
||||
ResponseV1: {
|
||||
_enum: {
|
||||
Assets: 'MultiAssetsV1'
|
||||
}
|
||||
},
|
||||
WildMultiAssetV1: {
|
||||
_enum: {
|
||||
All: 'Null',
|
||||
AllOf: {
|
||||
id: 'XcmAssetId',
|
||||
fungibility: 'WildFungibility'
|
||||
}
|
||||
}
|
||||
},
|
||||
XcmV1: {
|
||||
_enum: {
|
||||
WithdrawAsset: {
|
||||
Vassets: 'MultiAssetsV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
ReserveAssetDeposit: {
|
||||
Vassets: 'MultiAssetsV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
ReceiveTeleportedAsset: {
|
||||
Vassets: 'MultiAssetsV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
QueryResponse: {
|
||||
queryId: 'Compact<u64>',
|
||||
response: 'ResponseV1'
|
||||
},
|
||||
TransferAsset: {
|
||||
Vassets: 'MultiAssetsV1',
|
||||
dest: 'MultiLocationV1'
|
||||
},
|
||||
TransferReserveAsset: {
|
||||
Vassets: 'MultiAssetsV1',
|
||||
dest: 'MultiLocationV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
Transact: {
|
||||
originType: 'XcmOriginKind',
|
||||
requireWeightAtMost: 'u64',
|
||||
call: 'DoubleEncodedCall'
|
||||
},
|
||||
HrmpNewChannelOpenRequest: {
|
||||
sender: 'Compact<u32>',
|
||||
maxMessageSize: 'Compact<u32>',
|
||||
maxCapacity: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelAccepted: {
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelClosing: {
|
||||
initiator: 'Compact<u32>',
|
||||
sender: 'Compact<u32>',
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
RelayedFrom: {
|
||||
who: 'MultiLocationV1',
|
||||
message: 'XcmV1'
|
||||
}
|
||||
}
|
||||
},
|
||||
XcmErrorV1: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Overflow: 'Null',
|
||||
Unimplemented: 'Null',
|
||||
UnhandledXcmVersion: 'Null',
|
||||
UnhandledXcmMessage: 'Null',
|
||||
UnhandledEffect: 'Null',
|
||||
EscalationOfPrivilege: 'Null',
|
||||
UntrustedReserveLocation: 'Null',
|
||||
UntrustedTeleportLocation: 'Null',
|
||||
DestinationBufferOverflow: 'Null',
|
||||
SendFailed: 'Null',
|
||||
CannotReachDestination: '(MultiLocationV1, XcmV1)',
|
||||
MultiLocationFull: 'Null',
|
||||
FailedToDecode: 'Null',
|
||||
BadOrigin: 'Null',
|
||||
ExceedsMaxMessageSize: 'Null',
|
||||
FailedToTransactAsset: 'Null',
|
||||
WeightLimitReached: 'Weight',
|
||||
Wildcard: 'Null',
|
||||
TooMuchWeightRequired: 'Null',
|
||||
NotHoldingFees: 'Null',
|
||||
WeightNotComputable: 'Null',
|
||||
Barrier: 'Null',
|
||||
NotWithdrawable: 'Null',
|
||||
LocationCannotHold: 'Null',
|
||||
TooExpensive: 'Null',
|
||||
AssetNotFound: 'Null',
|
||||
DestinationUnsupported: 'Null',
|
||||
RecursionLimitReached: 'Null'
|
||||
}
|
||||
},
|
||||
XcmOrderV1: {
|
||||
_enum: {
|
||||
Noop: 'Null',
|
||||
DepositAsset: {
|
||||
assets: 'MultiAssetFilterV1',
|
||||
maxAssets: 'u32',
|
||||
beneficiary: 'MultiLocationV1'
|
||||
},
|
||||
DepositReserveAsset: {
|
||||
assets: 'MultiAssetFilterV1',
|
||||
maxAssets: 'u32',
|
||||
dest: 'MultiLocationV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
ExchangeAsset: {
|
||||
give: 'MultiAssetFilterV1',
|
||||
receive: 'MultiAssetsV1'
|
||||
},
|
||||
InitiateReserveWithdraw: {
|
||||
assets: 'MultiAssetFilterV1',
|
||||
reserve: 'MultiLocationV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
InitiateTeleport: {
|
||||
assets: 'MultiAssetFilterV1',
|
||||
dest: 'MultiLocationV1',
|
||||
effects: 'Vec<XcmOrderV1>'
|
||||
},
|
||||
QueryHolding: {
|
||||
queryId: 'Compact<u64>',
|
||||
dest: 'MultiLocationV1',
|
||||
assets: 'MultiAssetFilterV1'
|
||||
},
|
||||
BuyExecution: {
|
||||
fees: 'MultiAsset',
|
||||
weight: 'u64',
|
||||
debt: 'u64',
|
||||
haltOnError: 'bool',
|
||||
orders: 'Vec<XcmOrderV1>',
|
||||
instructions: 'Vec<XcmV1>'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,160 @@
|
||||
// Copyright 2017-2021 @polkadot/types authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// order important in structs... :)
|
||||
/* eslint-disable sort-keys */
|
||||
|
||||
import type { DefinitionsTypes } from '../../types';
|
||||
|
||||
export const v2: DefinitionsTypes = {
|
||||
JunctionV2: 'JunctionV1',
|
||||
JunctionsV2: 'JunctionsV1',
|
||||
MultiAssetsV2: 'MultiAssetsV1',
|
||||
MultiAssetV2: 'MultiAssetV1',
|
||||
MultiAssetFilterV2: 'MultiAssetFilterV1',
|
||||
MultiLocationV2: 'MultiLocationV1',
|
||||
OriginKindV2: 'OriginKindV1',
|
||||
ResponseV2: {
|
||||
_enum: {
|
||||
Null: 'Null',
|
||||
Assets: 'MultiAssetsV2',
|
||||
ExecutionResult: 'ResponseV2Result'
|
||||
}
|
||||
},
|
||||
ResponseV2Error: '(u32, XcmErrorV2)',
|
||||
ResponseV2Result: 'Result<Null, ResponseV2Error>',
|
||||
WeightLimitV2: {
|
||||
_enum: {
|
||||
Unlimited: 'Null',
|
||||
Limited: 'Compact<u64>'
|
||||
}
|
||||
},
|
||||
InstructionV2: {
|
||||
_enum: {
|
||||
WithdrawAsset: 'MultiAssetsV2',
|
||||
ReserveAssetDeposited: 'MultiAssetsV2',
|
||||
ReceiveTeleportedAsset: 'MultiAssetsV2',
|
||||
QueryResponse: {
|
||||
queryId: 'Compact<u64>',
|
||||
response: 'ResponseV2',
|
||||
maxWeight: 'Compact<u64>'
|
||||
},
|
||||
TransferAsset: {
|
||||
assets: 'MultiAssetsV2',
|
||||
beneficiary: 'MultiLocationV2'
|
||||
},
|
||||
TransferReserveAsset: {
|
||||
assets: 'MultiAssetsV2',
|
||||
dest: 'MultiLocationV2',
|
||||
xcm: 'XcmV2'
|
||||
},
|
||||
Transact: {
|
||||
originType: 'OriginKindV2',
|
||||
requireWeightAtMost: 'u64',
|
||||
call: 'DoubleEncodedCall'
|
||||
},
|
||||
HrmpNewChannelOpenRequest: {
|
||||
sender: 'Compact<u32>',
|
||||
maxMessageSize: 'Compact<u32>',
|
||||
maxCapacity: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelAccepted: {
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
HrmpChannelClosing: {
|
||||
initiator: 'Compact<u32>',
|
||||
sender: 'Compact<u32>',
|
||||
recipient: 'Compact<u32>'
|
||||
},
|
||||
ClearOrigin: 'Null',
|
||||
DescendOrigin: 'InteriorMultiLocation',
|
||||
ReportError: {
|
||||
queryId: 'Compact<u64>',
|
||||
dest: 'MultiLocationV2',
|
||||
maxResponseWeight: 'Compact<u64>'
|
||||
},
|
||||
DepositAsset: {
|
||||
assets: 'MultiAssetFilterV2',
|
||||
maxAssets: 'u32',
|
||||
beneficiary: 'MultiLocationV2'
|
||||
},
|
||||
DepositReserveAsset: {
|
||||
assets: 'MultiAssetFilterV2',
|
||||
maxAssets: 'u32',
|
||||
dest: 'MultiLocationV2',
|
||||
xcm: 'XcmV2'
|
||||
},
|
||||
ExchangeAsset: {
|
||||
give: 'MultiAssetFilterV2',
|
||||
receive: 'MultiAssetsV2'
|
||||
},
|
||||
InitiateReserveWithdraw: {
|
||||
assets: 'MultiAssetFilterV2',
|
||||
reserve: 'MultiLocationV2',
|
||||
xcm: 'XcmV2'
|
||||
},
|
||||
InitiateTeleport: {
|
||||
assets: 'MultiAssetFilterV2',
|
||||
dest: 'MultiLocationV2',
|
||||
xcm: 'XcmV2'
|
||||
},
|
||||
QueryHolding: {
|
||||
query_id: 'Compact<u64>',
|
||||
dest: 'MultiLocationV2',
|
||||
assets: 'MultiAssetFilterV2',
|
||||
maxResponse_Weight: 'Compact<u64>'
|
||||
},
|
||||
BuyExecution: {
|
||||
fees: 'MultiAssetV2',
|
||||
weightLimit: 'WeightLimitV2'
|
||||
},
|
||||
RefundSurplus: 'Null',
|
||||
SetErrorHandler: 'XcmV2',
|
||||
SetAppendix: 'XcmV2',
|
||||
ClearError: 'Null',
|
||||
ClaimAsset: {
|
||||
assets: 'MultiAssetsV2',
|
||||
ticket: 'MultiLocationV2'
|
||||
},
|
||||
Trap: 'u64'
|
||||
}
|
||||
},
|
||||
XcmV2: 'Vec<InstructionV2>',
|
||||
XcmErrorV2: {
|
||||
_enum: {
|
||||
Undefined: 'Null',
|
||||
Overflow: 'Null',
|
||||
Unimplemented: 'Null',
|
||||
UnhandledXcmVersion: 'Null',
|
||||
UnhandledXcmMessage: 'Null',
|
||||
UnhandledEffect: 'Null',
|
||||
EscalationOfPrivilege: 'Null',
|
||||
UntrustedReserveLocation: 'Null',
|
||||
UntrustedTeleportLocation: 'Null',
|
||||
DestinationBufferOverflow: 'Null',
|
||||
MultiLocationFull: 'Null',
|
||||
MultiLocationNotInvertible: 'Null',
|
||||
FailedToDecode: 'Null',
|
||||
BadOrigin: 'Null',
|
||||
ExceedsMaxMessageSize: 'Null',
|
||||
FailedToTransactAsset: 'Null',
|
||||
WeightLimitReached: 'Weight',
|
||||
Wildcard: 'Null',
|
||||
TooMuchWeightRequired: 'Null',
|
||||
NotHoldingFees: 'Null',
|
||||
WeightNotComputable: 'Null',
|
||||
Barrier: 'Null',
|
||||
NotWithdrawable: 'Null',
|
||||
LocationCannotHold: 'Null',
|
||||
TooExpensive: 'Null',
|
||||
AssetNotFound: 'Null',
|
||||
DestinationUnsupported: 'Null',
|
||||
RecursionLimitReached: 'Null',
|
||||
Transport: 'Null',
|
||||
Unroutable: 'Null',
|
||||
UnknownWeightRequired: 'Null',
|
||||
Trap: 'u64',
|
||||
UnknownClaim: 'Null'
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -108,21 +108,21 @@ function extendPrefixedMap (registry: Registry, itemFn: CreateItemFn, storageFn:
|
||||
(
|
||||
(args.length === 0) ||
|
||||
(type.isDoubleMap && args.length === 1) ||
|
||||
(type.isNMap && args.length === (type.asNMap.hashers.length - 1))
|
||||
(type.isNMap && args.length < (type.asNMap.hashers.length))
|
||||
),
|
||||
() => `Iteration ${stringCamelCase(section || 'unknown')}.${stringCamelCase(method || 'unknown')} needs arguments to be one less than the full arguments, found [${args.join(', ')}]`
|
||||
() => `Iteration ${stringCamelCase(section || 'unknown')}.${stringCamelCase(method || 'unknown')} needs arguments to be at least one less than the full arguments, found [${args.join(', ')}]`
|
||||
);
|
||||
|
||||
if (args.length) {
|
||||
if (type.isDoubleMap) {
|
||||
return new Raw(registry, createKeyRaw(registry, itemFn, [type.asDoubleMap.key1], [type.asDoubleMap.hasher], args as Arg[]));
|
||||
} else if (type.isNMap) {
|
||||
const keys = [...type.asNMap.keyVec];
|
||||
const hashers = [...type.asNMap.hashers];
|
||||
let keys = [...type.asNMap.keyVec];
|
||||
let hashers = [...type.asNMap.hashers];
|
||||
|
||||
// remove the last entry
|
||||
keys.pop();
|
||||
hashers.pop();
|
||||
// pick the first n entries where n = args.length which is already verified above to be less that the full arguments.
|
||||
keys = keys.slice(0, args.length);
|
||||
hashers = hashers.slice(0, args.length);
|
||||
|
||||
return new Raw(registry, createKeyRaw(registry, itemFn, keys, hashers, args as Arg[]));
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', version: '5.5.2' };
|
||||
export const packageInfo = { name: '@polkadot/types', version: '5.8.3' };
|
||||
|
||||
Reference in New Issue
Block a user