@polymeshassociation/polymesh-sdk 27.7.0 → 27.8.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -9
- package/api/client/AccountManagement.d.ts.map +1 -1
- package/api/client/AccountManagement.js +7 -1
- package/api/client/AccountManagement.js.map +1 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +1 -1
- package/api/client/Claims.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +1 -1
- package/api/client/Polymesh.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +4 -0
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +23 -1
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +6 -2
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Instruction/types.js +2 -0
- package/api/entities/Instruction/types.js.map +1 -1
- package/api/entities/NumberedPortfolio.d.ts +12 -1
- package/api/entities/NumberedPortfolio.d.ts.map +1 -1
- package/api/entities/NumberedPortfolio.js +1 -0
- package/api/entities/NumberedPortfolio.js.map +1 -1
- package/api/entities/Offering/index.js +1 -1
- package/api/entities/Offering/index.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts +2 -13
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +0 -1
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +3 -0
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/executeManualInstruction.d.ts.map +1 -1
- package/api/procedures/executeManualInstruction.js +2 -2
- package/api/procedures/executeManualInstruction.js.map +1 -1
- package/api/procedures/investInOffering.d.ts.map +1 -1
- package/api/procedures/investInOffering.js +6 -3
- package/api/procedures/investInOffering.js.map +1 -1
- package/api/procedures/launchOffering.js +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +2 -2
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/nominateValidators.d.ts.map +1 -1
- package/api/procedures/nominateValidators.js +1 -5
- package/api/procedures/nominateValidators.js.map +1 -1
- package/api/procedures/removeMultiSigPayer.d.ts.map +1 -1
- package/api/procedures/removeMultiSigPayer.js +1 -4
- package/api/procedures/removeMultiSigPayer.js.map +1 -1
- package/api/procedures/setCustodian.d.ts +1 -1
- package/api/procedures/setCustodian.d.ts.map +1 -1
- package/api/procedures/setTransferRestrictions.d.ts +1 -1
- package/api/procedures/setTransferRestrictions.d.ts.map +1 -1
- package/api/procedures/subsidizeAccount.d.ts.map +1 -1
- package/api/procedures/subsidizeAccount.js +1 -5
- package/api/procedures/subsidizeAccount.js.map +1 -1
- package/api/procedures/transferPolyx.d.ts +1 -1
- package/api/procedures/transferPolyx.d.ts.map +1 -1
- package/api/procedures/transferPolyx.js +3 -35
- package/api/procedures/transferPolyx.js.map +1 -1
- package/api/procedures/types.d.ts +9 -0
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/withdrawUnbondedPolyx.d.ts +1 -1
- package/api/procedures/withdrawUnbondedPolyx.d.ts.map +1 -1
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +1 -2
- package/base/Context.js.map +1 -1
- package/base/utils.d.ts +1 -1
- package/base/utils.d.ts.map +1 -1
- package/base/utils.js +1 -1
- package/base/utils.js.map +1 -1
- package/generated/utils.d.ts +2 -2
- package/generated/utils.d.ts.map +1 -1
- package/generated/utils.js +1 -1
- package/generated/utils.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/middleware/queries/stos.d.ts +1 -1
- package/middleware/queries/stos.d.ts.map +1 -1
- package/middleware/queries/stos.js +5 -2
- package/middleware/queries/stos.js.map +1 -1
- package/middleware/types.d.ts +42 -1
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +24 -1
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-27.8.0-beta.1.tgz +0 -0
- package/package.json +3 -3
- package/types/index.d.ts +2 -2
- package/types/index.d.ts.map +1 -1
- package/types/index.js +2 -2
- package/types/index.js.map +1 -1
- package/types/internal.d.ts +3 -2
- package/types/internal.d.ts.map +1 -1
- package/types/internal.js +1 -0
- package/types/internal.js.map +1 -1
- package/utils/constants.d.ts +2 -2
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -2
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +10 -2
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +51 -26
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +1 -1
- package/utils/internal.d.ts.map +1 -1
- package/generated/types.d.ts +0 -895
- package/generated/types.d.ts.map +0 -1
- package/generated/types.js +0 -948
- package/generated/types.js.map +0 -1
- package/npm-package/polymeshassociation-polymesh-sdk-27.7.0.tgz +0 -0
- package/polkadot/asset/definitions.d.ts +0 -16
- package/polkadot/asset/definitions.d.ts.map +0 -1
- package/polkadot/asset/definitions.js +0 -45
- package/polkadot/asset/definitions.js.map +0 -1
- package/polkadot/asset/index.d.ts +0 -2
- package/polkadot/asset/index.d.ts.map +0 -1
- package/polkadot/asset/index.js +0 -20
- package/polkadot/asset/index.js.map +0 -1
- package/polkadot/asset/types.d.ts +0 -2
- package/polkadot/asset/types.d.ts.map +0 -1
- package/polkadot/asset/types.js +0 -5
- package/polkadot/asset/types.js.map +0 -1
- package/polkadot/augment-api-consts.d.ts +0 -505
- package/polkadot/augment-api-consts.d.ts.map +0 -1
- package/polkadot/augment-api-consts.js +0 -8
- package/polkadot/augment-api-consts.js.map +0 -1
- package/polkadot/augment-api-errors.d.ts +0 -2191
- package/polkadot/augment-api-errors.d.ts.map +0 -1
- package/polkadot/augment-api-errors.js +0 -8
- package/polkadot/augment-api-errors.js.map +0 -1
- package/polkadot/augment-api-events.d.ts +0 -2991
- package/polkadot/augment-api-events.d.ts.map +0 -1
- package/polkadot/augment-api-events.js +0 -8
- package/polkadot/augment-api-events.js.map +0 -1
- package/polkadot/augment-api-query.d.ts +0 -2580
- package/polkadot/augment-api-query.d.ts.map +0 -1
- package/polkadot/augment-api-query.js +0 -8
- package/polkadot/augment-api-query.js.map +0 -1
- package/polkadot/augment-api-rpc.d.ts +0 -808
- package/polkadot/augment-api-rpc.d.ts.map +0 -1
- package/polkadot/augment-api-rpc.js +0 -6
- package/polkadot/augment-api-rpc.js.map +0 -1
- package/polkadot/augment-api-runtime.d.ts +0 -380
- package/polkadot/augment-api-runtime.d.ts.map +0 -1
- package/polkadot/augment-api-runtime.js +0 -8
- package/polkadot/augment-api-runtime.js.map +0 -1
- package/polkadot/augment-api-tx.d.ts +0 -6408
- package/polkadot/augment-api-tx.d.ts.map +0 -1
- package/polkadot/augment-api-tx.js +0 -8
- package/polkadot/augment-api-tx.js.map +0 -1
- package/polkadot/augment-api.d.ts +0 -8
- package/polkadot/augment-api.d.ts.map +0 -1
- package/polkadot/augment-api.js +0 -12
- package/polkadot/augment-api.js.map +0 -1
- package/polkadot/augment-types.d.ts +0 -1238
- package/polkadot/augment-types.d.ts.map +0 -1
- package/polkadot/augment-types.js +0 -8
- package/polkadot/augment-types.js.map +0 -1
- package/polkadot/compliance/definitions.d.ts +0 -15
- package/polkadot/compliance/definitions.d.ts.map +0 -1
- package/polkadot/compliance/definitions.js +0 -27
- package/polkadot/compliance/definitions.js.map +0 -1
- package/polkadot/compliance/index.d.ts +0 -2
- package/polkadot/compliance/index.d.ts.map +0 -1
- package/polkadot/compliance/index.js +0 -20
- package/polkadot/compliance/index.js.map +0 -1
- package/polkadot/compliance/types.d.ts +0 -2
- package/polkadot/compliance/types.d.ts.map +0 -1
- package/polkadot/compliance/types.js +0 -5
- package/polkadot/compliance/types.js.map +0 -1
- package/polkadot/definitions.d.ts +0 -11
- package/polkadot/definitions.d.ts.map +0 -1
- package/polkadot/definitions.js +0 -28
- package/polkadot/definitions.js.map +0 -1
- package/polkadot/group/definitions.d.ts +0 -25
- package/polkadot/group/definitions.d.ts.map +0 -1
- package/polkadot/group/definitions.js +0 -31
- package/polkadot/group/definitions.js.map +0 -1
- package/polkadot/group/index.d.ts +0 -2
- package/polkadot/group/index.d.ts.map +0 -1
- package/polkadot/group/index.js +0 -20
- package/polkadot/group/index.js.map +0 -1
- package/polkadot/group/types.d.ts +0 -2
- package/polkadot/group/types.d.ts.map +0 -1
- package/polkadot/group/types.js +0 -5
- package/polkadot/group/types.js.map +0 -1
- package/polkadot/identity/definitions.d.ts +0 -61
- package/polkadot/identity/definitions.d.ts.map +0 -1
- package/polkadot/identity/definitions.js +0 -125
- package/polkadot/identity/definitions.js.map +0 -1
- package/polkadot/identity/index.d.ts +0 -2
- package/polkadot/identity/index.d.ts.map +0 -1
- package/polkadot/identity/index.js +0 -20
- package/polkadot/identity/index.js.map +0 -1
- package/polkadot/identity/types.d.ts +0 -2
- package/polkadot/identity/types.d.ts.map +0 -1
- package/polkadot/identity/types.js +0 -5
- package/polkadot/identity/types.js.map +0 -1
- package/polkadot/index.d.ts +0 -2
- package/polkadot/index.d.ts.map +0 -1
- package/polkadot/index.js +0 -20
- package/polkadot/index.js.map +0 -1
- package/polkadot/lookup.d.ts +0 -4733
- package/polkadot/lookup.d.ts.map +0 -1
- package/polkadot/lookup.js +0 -5493
- package/polkadot/lookup.js.map +0 -1
- package/polkadot/nft/definitions.d.ts +0 -16
- package/polkadot/nft/definitions.d.ts.map +0 -1
- package/polkadot/nft/definitions.js +0 -40
- package/polkadot/nft/definitions.js.map +0 -1
- package/polkadot/nft/index.d.ts +0 -2
- package/polkadot/nft/index.d.ts.map +0 -1
- package/polkadot/nft/index.js +0 -20
- package/polkadot/nft/index.js.map +0 -1
- package/polkadot/nft/types.d.ts +0 -2
- package/polkadot/nft/types.d.ts.map +0 -1
- package/polkadot/nft/types.js +0 -5
- package/polkadot/nft/types.js.map +0 -1
- package/polkadot/pips/definitions.d.ts +0 -34
- package/polkadot/pips/definitions.d.ts.map +0 -1
- package/polkadot/pips/definitions.js +0 -57
- package/polkadot/pips/definitions.js.map +0 -1
- package/polkadot/pips/index.d.ts +0 -2
- package/polkadot/pips/index.d.ts.map +0 -1
- package/polkadot/pips/index.js +0 -20
- package/polkadot/pips/index.js.map +0 -1
- package/polkadot/pips/types.d.ts +0 -2
- package/polkadot/pips/types.d.ts.map +0 -1
- package/polkadot/pips/types.js +0 -5
- package/polkadot/pips/types.js.map +0 -1
- package/polkadot/polymesh/definitions.d.ts +0 -674
- package/polkadot/polymesh/definitions.d.ts.map +0 -1
- package/polkadot/polymesh/definitions.js +0 -1208
- package/polkadot/polymesh/definitions.js.map +0 -1
- package/polkadot/polymesh/index.d.ts +0 -2
- package/polkadot/polymesh/index.d.ts.map +0 -1
- package/polkadot/polymesh/index.js +0 -20
- package/polkadot/polymesh/index.js.map +0 -1
- package/polkadot/polymesh/types.d.ts +0 -755
- package/polkadot/polymesh/types.d.ts.map +0 -1
- package/polkadot/polymesh/types.js +0 -5
- package/polkadot/polymesh/types.js.map +0 -1
- package/polkadot/protocolFee/definitions.d.ts +0 -16
- package/polkadot/protocolFee/definitions.d.ts.map +0 -1
- package/polkadot/protocolFee/definitions.js +0 -25
- package/polkadot/protocolFee/definitions.js.map +0 -1
- package/polkadot/protocolFee/index.d.ts +0 -2
- package/polkadot/protocolFee/index.d.ts.map +0 -1
- package/polkadot/protocolFee/index.js +0 -20
- package/polkadot/protocolFee/index.js.map +0 -1
- package/polkadot/protocolFee/types.d.ts +0 -2
- package/polkadot/protocolFee/types.d.ts.map +0 -1
- package/polkadot/protocolFee/types.js +0 -5
- package/polkadot/protocolFee/types.js.map +0 -1
- package/polkadot/registry.d.ts +0 -365
- package/polkadot/registry.d.ts.map +0 -1
- package/polkadot/registry.js +0 -8
- package/polkadot/registry.js.map +0 -1
- package/polkadot/schema.d.ts +0 -870
- package/polkadot/schema.d.ts.map +0 -1
- package/polkadot/schema.js +0 -1586
- package/polkadot/schema.js.map +0 -1
- package/polkadot/settlement/definitions.d.ts +0 -41
- package/polkadot/settlement/definitions.d.ts.map +0 -1
- package/polkadot/settlement/definitions.js +0 -70
- package/polkadot/settlement/definitions.js.map +0 -1
- package/polkadot/settlement/index.d.ts +0 -2
- package/polkadot/settlement/index.d.ts.map +0 -1
- package/polkadot/settlement/index.js +0 -20
- package/polkadot/settlement/index.js.map +0 -1
- package/polkadot/settlement/types.d.ts +0 -2
- package/polkadot/settlement/types.d.ts.map +0 -1
- package/polkadot/settlement/types.js +0 -5
- package/polkadot/settlement/types.js.map +0 -1
- package/polkadot/staking/definitions.d.ts +0 -16
- package/polkadot/staking/definitions.d.ts.map +0 -1
- package/polkadot/staking/definitions.js +0 -20
- package/polkadot/staking/definitions.js.map +0 -1
- package/polkadot/staking/index.d.ts +0 -2
- package/polkadot/staking/index.d.ts.map +0 -1
- package/polkadot/staking/index.js +0 -20
- package/polkadot/staking/index.js.map +0 -1
- package/polkadot/staking/types.d.ts +0 -2
- package/polkadot/staking/types.d.ts.map +0 -1
- package/polkadot/staking/types.js +0 -5
- package/polkadot/staking/types.js.map +0 -1
- package/polkadot/types-lookup.d.ts +0 -5881
- package/polkadot/types-lookup.d.ts.map +0 -1
- package/polkadot/types-lookup.js +0 -8
- package/polkadot/types-lookup.js.map +0 -1
- package/polkadot/types.d.ts +0 -11
- package/polkadot/types.d.ts.map +0 -1
- package/polkadot/types.js +0 -29
- package/polkadot/types.js.map +0 -1
|
@@ -1,505 +0,0 @@
|
|
|
1
|
-
import '@polkadot/api-base/types/consts';
|
|
2
|
-
import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
|
|
3
|
-
import type { Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
|
-
import type { Perbill, Permill } from '@polkadot/types/interfaces/runtime';
|
|
5
|
-
import type { FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, PalletContractsSchedule, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightToFeeCoefficient, SpWeightsWeightV2Weight } from "./types-lookup.ts";
|
|
6
|
-
export declare type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
|
|
7
|
-
declare module '@polkadot/api-base/types/consts' {
|
|
8
|
-
interface AugmentedConsts<ApiType extends ApiTypes> {
|
|
9
|
-
asset: {
|
|
10
|
-
/**
|
|
11
|
-
* Max length for the Asset Metadata type name.
|
|
12
|
-
**/
|
|
13
|
-
assetMetadataNameMaxLength: u32 & AugmentedConst<ApiType>;
|
|
14
|
-
/**
|
|
15
|
-
* Max length for the Asset Metadata type definition.
|
|
16
|
-
**/
|
|
17
|
-
assetMetadataTypeDefMaxLength: u32 & AugmentedConst<ApiType>;
|
|
18
|
-
/**
|
|
19
|
-
* Max length for the Asset Metadata value.
|
|
20
|
-
**/
|
|
21
|
-
assetMetadataValueMaxLength: u32 & AugmentedConst<ApiType>;
|
|
22
|
-
/**
|
|
23
|
-
* Max length for the name of an asset.
|
|
24
|
-
**/
|
|
25
|
-
assetNameMaxLength: u32 & AugmentedConst<ApiType>;
|
|
26
|
-
/**
|
|
27
|
-
* Max length of the funding round name.
|
|
28
|
-
**/
|
|
29
|
-
fundingRoundNameMaxLength: u32 & AugmentedConst<ApiType>;
|
|
30
|
-
/**
|
|
31
|
-
* Maximum number of mediators for an asset.
|
|
32
|
-
**/
|
|
33
|
-
maxAssetMediators: u32 & AugmentedConst<ApiType>;
|
|
34
|
-
};
|
|
35
|
-
babe: {
|
|
36
|
-
/**
|
|
37
|
-
* The amount of time, in slots, that each epoch should last.
|
|
38
|
-
* NOTE: Currently it is not possible to change the epoch duration after
|
|
39
|
-
* the chain has started. Attempting to do so will brick block production.
|
|
40
|
-
**/
|
|
41
|
-
epochDuration: u64 & AugmentedConst<ApiType>;
|
|
42
|
-
/**
|
|
43
|
-
* The expected average block time at which BABE should be creating
|
|
44
|
-
* blocks. Since BABE is probabilistic it is not trivial to figure out
|
|
45
|
-
* what the expected average block time should be based on the slot
|
|
46
|
-
* duration and the security parameter `c` (where `1 - c` represents
|
|
47
|
-
* the probability of a slot being empty).
|
|
48
|
-
**/
|
|
49
|
-
expectedBlockTime: u64 & AugmentedConst<ApiType>;
|
|
50
|
-
/**
|
|
51
|
-
* Max number of authorities allowed
|
|
52
|
-
**/
|
|
53
|
-
maxAuthorities: u32 & AugmentedConst<ApiType>;
|
|
54
|
-
};
|
|
55
|
-
balances: {
|
|
56
|
-
/**
|
|
57
|
-
* This type is no longer needed but kept for compatibility reasons.
|
|
58
|
-
* The minimum amount required to keep an account open.
|
|
59
|
-
**/
|
|
60
|
-
existentialDeposit: u128 & AugmentedConst<ApiType>;
|
|
61
|
-
};
|
|
62
|
-
base: {
|
|
63
|
-
/**
|
|
64
|
-
* The maximum length governing `TooLong`.
|
|
65
|
-
*
|
|
66
|
-
* How lengths are computed to compare against this value is situation based.
|
|
67
|
-
* For example, you could halve it, double it, compute a sum for some tree of strings, etc.
|
|
68
|
-
**/
|
|
69
|
-
maxLen: u32 & AugmentedConst<ApiType>;
|
|
70
|
-
};
|
|
71
|
-
complianceManager: {
|
|
72
|
-
/**
|
|
73
|
-
* The maximum claim reads that are allowed to happen in worst case of a condition resolution
|
|
74
|
-
**/
|
|
75
|
-
maxConditionComplexity: u32 & AugmentedConst<ApiType>;
|
|
76
|
-
};
|
|
77
|
-
contracts: {
|
|
78
|
-
/**
|
|
79
|
-
* The maximum number of contracts that can be pending for deletion.
|
|
80
|
-
*
|
|
81
|
-
* When a contract is deleted by calling `seal_terminate` it becomes inaccessible
|
|
82
|
-
* immediately, but the deletion of the storage items it has accumulated is performed
|
|
83
|
-
* later. The contract is put into the deletion queue. This defines how many
|
|
84
|
-
* contracts can be queued up at the same time. If that limit is reached `seal_terminate`
|
|
85
|
-
* will fail. The action must be retried in a later block in that case.
|
|
86
|
-
*
|
|
87
|
-
* The reasons for limiting the queue depth are:
|
|
88
|
-
*
|
|
89
|
-
* 1. The queue is in storage in order to be persistent between blocks. We want to limit
|
|
90
|
-
* the amount of storage that can be consumed.
|
|
91
|
-
* 2. The queue is stored in a vector and needs to be decoded as a whole when reading
|
|
92
|
-
* it at the end of each block. Longer queues take more weight to decode and hence
|
|
93
|
-
* limit the amount of items that can be deleted per block.
|
|
94
|
-
**/
|
|
95
|
-
deletionQueueDepth: u32 & AugmentedConst<ApiType>;
|
|
96
|
-
/**
|
|
97
|
-
* The maximum amount of weight that can be consumed per block for lazy trie removal.
|
|
98
|
-
*
|
|
99
|
-
* The amount of weight that is dedicated per block to work on the deletion queue. Larger
|
|
100
|
-
* values allow more trie keys to be deleted in each block but reduce the amount of
|
|
101
|
-
* weight that is left for transactions. See [`Self::DeletionQueueDepth`] for more
|
|
102
|
-
* information about the deletion queue.
|
|
103
|
-
**/
|
|
104
|
-
deletionWeightLimit: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
|
|
105
|
-
/**
|
|
106
|
-
* The amount of balance a caller has to pay for each byte of storage.
|
|
107
|
-
*
|
|
108
|
-
* # Note
|
|
109
|
-
*
|
|
110
|
-
* Changing this value for an existing chain might need a storage migration.
|
|
111
|
-
**/
|
|
112
|
-
depositPerByte: u128 & AugmentedConst<ApiType>;
|
|
113
|
-
/**
|
|
114
|
-
* The amount of balance a caller has to pay for each storage item.
|
|
115
|
-
*
|
|
116
|
-
* # Note
|
|
117
|
-
*
|
|
118
|
-
* Changing this value for an existing chain might need a storage migration.
|
|
119
|
-
**/
|
|
120
|
-
depositPerItem: u128 & AugmentedConst<ApiType>;
|
|
121
|
-
/**
|
|
122
|
-
* The maximum length of a contract code in bytes. This limit applies to the instrumented
|
|
123
|
-
* version of the code. Therefore `instantiate_with_code` can fail even when supplying
|
|
124
|
-
* a wasm binary below this maximum size.
|
|
125
|
-
*
|
|
126
|
-
* The value should be chosen carefully taking into the account the overall memory limit
|
|
127
|
-
* your runtime has, as well as the [maximum allowed callstack
|
|
128
|
-
* depth](#associatedtype.CallStack). Look into the `integrity_test()` for some insights.
|
|
129
|
-
**/
|
|
130
|
-
maxCodeLen: u32 & AugmentedConst<ApiType>;
|
|
131
|
-
/**
|
|
132
|
-
* The maximum length of the debug buffer in bytes.
|
|
133
|
-
**/
|
|
134
|
-
maxDebugBufferLen: u32 & AugmentedConst<ApiType>;
|
|
135
|
-
/**
|
|
136
|
-
* The maximum allowable length in bytes for storage keys.
|
|
137
|
-
**/
|
|
138
|
-
maxStorageKeyLen: u32 & AugmentedConst<ApiType>;
|
|
139
|
-
/**
|
|
140
|
-
* Cost schedule and limits.
|
|
141
|
-
**/
|
|
142
|
-
schedule: PalletContractsSchedule & AugmentedConst<ApiType>;
|
|
143
|
-
/**
|
|
144
|
-
* Make contract callable functions marked as `#[unstable]` available.
|
|
145
|
-
*
|
|
146
|
-
* Contracts that use `#[unstable]` functions won't be able to be uploaded unless
|
|
147
|
-
* this is set to `true`. This is only meant for testnets and dev nodes in order to
|
|
148
|
-
* experiment with new features.
|
|
149
|
-
*
|
|
150
|
-
* # Warning
|
|
151
|
-
*
|
|
152
|
-
* Do **not** set to `true` on productions chains.
|
|
153
|
-
**/
|
|
154
|
-
unsafeUnstableInterface: bool & AugmentedConst<ApiType>;
|
|
155
|
-
};
|
|
156
|
-
corporateAction: {
|
|
157
|
-
/**
|
|
158
|
-
* Max number of per-DID withholding tax overrides.
|
|
159
|
-
**/
|
|
160
|
-
maxDidWhts: u32 & AugmentedConst<ApiType>;
|
|
161
|
-
/**
|
|
162
|
-
* Max number of DID specified in `TargetIdentities`.
|
|
163
|
-
**/
|
|
164
|
-
maxTargetIds: u32 & AugmentedConst<ApiType>;
|
|
165
|
-
};
|
|
166
|
-
electionProviderMultiPhase: {
|
|
167
|
-
/**
|
|
168
|
-
* The minimum amount of improvement to the solution score that defines a solution as
|
|
169
|
-
* "better" in the Signed phase.
|
|
170
|
-
**/
|
|
171
|
-
betterSignedThreshold: Perbill & AugmentedConst<ApiType>;
|
|
172
|
-
/**
|
|
173
|
-
* The minimum amount of improvement to the solution score that defines a solution as
|
|
174
|
-
* "better" in the Unsigned phase.
|
|
175
|
-
**/
|
|
176
|
-
betterUnsignedThreshold: Perbill & AugmentedConst<ApiType>;
|
|
177
|
-
/**
|
|
178
|
-
* The maximum number of electable targets to put in the snapshot.
|
|
179
|
-
**/
|
|
180
|
-
maxElectableTargets: u16 & AugmentedConst<ApiType>;
|
|
181
|
-
/**
|
|
182
|
-
* The maximum number of electing voters to put in the snapshot. At the moment, snapshots
|
|
183
|
-
* are only over a single block, but once multi-block elections are introduced they will
|
|
184
|
-
* take place over multiple blocks.
|
|
185
|
-
**/
|
|
186
|
-
maxElectingVoters: u32 & AugmentedConst<ApiType>;
|
|
187
|
-
/**
|
|
188
|
-
* The maximum number of winners that can be elected by this `ElectionProvider`
|
|
189
|
-
* implementation.
|
|
190
|
-
*
|
|
191
|
-
* Note: This must always be greater or equal to `T::DataProvider::desired_targets()`.
|
|
192
|
-
**/
|
|
193
|
-
maxWinners: u32 & AugmentedConst<ApiType>;
|
|
194
|
-
minerMaxLength: u32 & AugmentedConst<ApiType>;
|
|
195
|
-
minerMaxVotesPerVoter: u32 & AugmentedConst<ApiType>;
|
|
196
|
-
minerMaxWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
|
|
197
|
-
/**
|
|
198
|
-
* The priority of the unsigned transaction submitted in the unsigned-phase
|
|
199
|
-
**/
|
|
200
|
-
minerTxPriority: u64 & AugmentedConst<ApiType>;
|
|
201
|
-
/**
|
|
202
|
-
* The repeat threshold of the offchain worker.
|
|
203
|
-
*
|
|
204
|
-
* For example, if it is 5, that means that at least 5 blocks will elapse between attempts
|
|
205
|
-
* to submit the worker's solution.
|
|
206
|
-
**/
|
|
207
|
-
offchainRepeat: u32 & AugmentedConst<ApiType>;
|
|
208
|
-
/**
|
|
209
|
-
* Base deposit for a signed solution.
|
|
210
|
-
**/
|
|
211
|
-
signedDepositBase: u128 & AugmentedConst<ApiType>;
|
|
212
|
-
/**
|
|
213
|
-
* Per-byte deposit for a signed solution.
|
|
214
|
-
**/
|
|
215
|
-
signedDepositByte: u128 & AugmentedConst<ApiType>;
|
|
216
|
-
/**
|
|
217
|
-
* Per-weight deposit for a signed solution.
|
|
218
|
-
**/
|
|
219
|
-
signedDepositWeight: u128 & AugmentedConst<ApiType>;
|
|
220
|
-
/**
|
|
221
|
-
* The maximum amount of unchecked solutions to refund the call fee for.
|
|
222
|
-
**/
|
|
223
|
-
signedMaxRefunds: u32 & AugmentedConst<ApiType>;
|
|
224
|
-
/**
|
|
225
|
-
* Maximum number of signed submissions that can be queued.
|
|
226
|
-
*
|
|
227
|
-
* It is best to avoid adjusting this during an election, as it impacts downstream data
|
|
228
|
-
* structures. In particular, `SignedSubmissionIndices<T>` is bounded on this value. If you
|
|
229
|
-
* update this value during an election, you _must_ ensure that
|
|
230
|
-
* `SignedSubmissionIndices.len()` is less than or equal to the new value. Otherwise,
|
|
231
|
-
* attempts to submit new solutions may cause a runtime panic.
|
|
232
|
-
**/
|
|
233
|
-
signedMaxSubmissions: u32 & AugmentedConst<ApiType>;
|
|
234
|
-
/**
|
|
235
|
-
* Maximum weight of a signed solution.
|
|
236
|
-
*
|
|
237
|
-
* If [`Config::MinerConfig`] is being implemented to submit signed solutions (outside of
|
|
238
|
-
* this pallet), then [`MinerConfig::solution_weight`] is used to compare against
|
|
239
|
-
* this value.
|
|
240
|
-
**/
|
|
241
|
-
signedMaxWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
|
|
242
|
-
/**
|
|
243
|
-
* Duration of the signed phase.
|
|
244
|
-
**/
|
|
245
|
-
signedPhase: u32 & AugmentedConst<ApiType>;
|
|
246
|
-
/**
|
|
247
|
-
* Base reward for a signed solution
|
|
248
|
-
**/
|
|
249
|
-
signedRewardBase: u128 & AugmentedConst<ApiType>;
|
|
250
|
-
/**
|
|
251
|
-
* Duration of the unsigned phase.
|
|
252
|
-
**/
|
|
253
|
-
unsignedPhase: u32 & AugmentedConst<ApiType>;
|
|
254
|
-
};
|
|
255
|
-
grandpa: {
|
|
256
|
-
/**
|
|
257
|
-
* Max Authorities in use
|
|
258
|
-
**/
|
|
259
|
-
maxAuthorities: u32 & AugmentedConst<ApiType>;
|
|
260
|
-
/**
|
|
261
|
-
* The maximum number of entries to keep in the set id to session index mapping.
|
|
262
|
-
*
|
|
263
|
-
* Since the `SetIdSession` map is only used for validating equivocations this
|
|
264
|
-
* value should relate to the bonding duration of whatever staking system is
|
|
265
|
-
* being used (if any). If equivocation handling is not enabled then this value
|
|
266
|
-
* can be zero.
|
|
267
|
-
**/
|
|
268
|
-
maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
|
|
269
|
-
};
|
|
270
|
-
identity: {
|
|
271
|
-
/**
|
|
272
|
-
* POLYX given to primary keys of all new Identities
|
|
273
|
-
**/
|
|
274
|
-
initialPOLYX: u128 & AugmentedConst<ApiType>;
|
|
275
|
-
/**
|
|
276
|
-
* Maximum number of authorizations an identity can give.
|
|
277
|
-
**/
|
|
278
|
-
maxGivenAuths: u32 & AugmentedConst<ApiType>;
|
|
279
|
-
};
|
|
280
|
-
imOnline: {
|
|
281
|
-
/**
|
|
282
|
-
* A configuration for base priority of unsigned transactions.
|
|
283
|
-
*
|
|
284
|
-
* This is exposed so that it can be tuned for particular runtime, when
|
|
285
|
-
* multiple pallets send unsigned transactions.
|
|
286
|
-
**/
|
|
287
|
-
unsignedPriority: u64 & AugmentedConst<ApiType>;
|
|
288
|
-
};
|
|
289
|
-
indices: {
|
|
290
|
-
/**
|
|
291
|
-
* The deposit needed for reserving an index.
|
|
292
|
-
**/
|
|
293
|
-
deposit: u128 & AugmentedConst<ApiType>;
|
|
294
|
-
};
|
|
295
|
-
multiSig: {
|
|
296
|
-
/**
|
|
297
|
-
* Maximum number of signers that can be added/removed in one call.
|
|
298
|
-
**/
|
|
299
|
-
maxSigners: u32 & AugmentedConst<ApiType>;
|
|
300
|
-
};
|
|
301
|
-
nft: {
|
|
302
|
-
maxNumberOfCollectionKeys: u8 & AugmentedConst<ApiType>;
|
|
303
|
-
maxNumberOfNFTsCount: u32 & AugmentedConst<ApiType>;
|
|
304
|
-
};
|
|
305
|
-
pips: {
|
|
306
|
-
/**
|
|
307
|
-
* The maximum number of votes that can be pruned at once.
|
|
308
|
-
**/
|
|
309
|
-
maxRefundsAndVotesPruned: u32 & AugmentedConst<ApiType>;
|
|
310
|
-
};
|
|
311
|
-
portfolio: {
|
|
312
|
-
/**
|
|
313
|
-
* Maximum number of fungible assets that can be moved in a single transfer call.
|
|
314
|
-
**/
|
|
315
|
-
maxNumberOfFungibleMoves: u32 & AugmentedConst<ApiType>;
|
|
316
|
-
/**
|
|
317
|
-
* Maximum number of NFTs that can be moved in a single transfer call.
|
|
318
|
-
**/
|
|
319
|
-
maxNumberOfNFTsMoves: u32 & AugmentedConst<ApiType>;
|
|
320
|
-
};
|
|
321
|
-
scheduler: {
|
|
322
|
-
/**
|
|
323
|
-
* The maximum weight that may be scheduled per block for any dispatchables.
|
|
324
|
-
**/
|
|
325
|
-
maximumWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
|
|
326
|
-
/**
|
|
327
|
-
* The maximum number of scheduled calls in the queue for a single block.
|
|
328
|
-
**/
|
|
329
|
-
maxScheduledPerBlock: u32 & AugmentedConst<ApiType>;
|
|
330
|
-
};
|
|
331
|
-
settlement: {
|
|
332
|
-
/**
|
|
333
|
-
* Maximum number mediators in the instruction level (this does not include asset mediators).
|
|
334
|
-
**/
|
|
335
|
-
maxInstructionMediators: u32 & AugmentedConst<ApiType>;
|
|
336
|
-
/**
|
|
337
|
-
* Maximum number of fungible assets that can be in a single instruction.
|
|
338
|
-
**/
|
|
339
|
-
maxNumberOfFungibleAssets: u32 & AugmentedConst<ApiType>;
|
|
340
|
-
/**
|
|
341
|
-
* Maximum number of NFTs that can be transferred in a instruction.
|
|
342
|
-
**/
|
|
343
|
-
maxNumberOfNFTs: u32 & AugmentedConst<ApiType>;
|
|
344
|
-
/**
|
|
345
|
-
* Maximum number of NFTs that can be transferred in a leg.
|
|
346
|
-
**/
|
|
347
|
-
maxNumberOfNFTsPerLeg: u32 & AugmentedConst<ApiType>;
|
|
348
|
-
/**
|
|
349
|
-
* Maximum number of off-chain assets that can be transferred in a instruction.
|
|
350
|
-
**/
|
|
351
|
-
maxNumberOfOffChainAssets: u32 & AugmentedConst<ApiType>;
|
|
352
|
-
/**
|
|
353
|
-
* Maximum number of portfolios.
|
|
354
|
-
**/
|
|
355
|
-
maxNumberOfPortfolios: u32 & AugmentedConst<ApiType>;
|
|
356
|
-
/**
|
|
357
|
-
* Maximum number of venue signers.
|
|
358
|
-
**/
|
|
359
|
-
maxNumberOfVenueSigners: u32 & AugmentedConst<ApiType>;
|
|
360
|
-
};
|
|
361
|
-
staking: {
|
|
362
|
-
/**
|
|
363
|
-
* Number of eras that staked funds must remain bonded for.
|
|
364
|
-
**/
|
|
365
|
-
bondingDuration: u32 & AugmentedConst<ApiType>;
|
|
366
|
-
/**
|
|
367
|
-
* Yearly total reward amount that gets distributed when fixed rewards kicks in.
|
|
368
|
-
**/
|
|
369
|
-
fixedYearlyReward: u128 & AugmentedConst<ApiType>;
|
|
370
|
-
/**
|
|
371
|
-
* Number of eras to keep in history.
|
|
372
|
-
*
|
|
373
|
-
* Following information is kept for eras in `[current_era -
|
|
374
|
-
* HistoryDepth, current_era]`: `ErasStakers`, `ErasStakersClipped`,
|
|
375
|
-
* `ErasValidatorPrefs`, `ErasValidatorReward`, `ErasRewardPoints`,
|
|
376
|
-
* `ErasTotalStake`, `ErasStartSessionIndex`,
|
|
377
|
-
* `StakingLedger.claimed_rewards`.
|
|
378
|
-
*
|
|
379
|
-
* Must be more than the number of eras delayed by session.
|
|
380
|
-
* I.e. active era must always be in history. I.e. `active_era >
|
|
381
|
-
* current_era - history_depth` must be guaranteed.
|
|
382
|
-
*
|
|
383
|
-
* If migrating an existing pallet from storage value to config value,
|
|
384
|
-
* this should be set to same value or greater as in storage.
|
|
385
|
-
*
|
|
386
|
-
* Note: `HistoryDepth` is used as the upper bound for the `BoundedVec`
|
|
387
|
-
* item `StakingLedger.claimed_rewards`. Setting this value lower than
|
|
388
|
-
* the existing value can lead to inconsistencies in the
|
|
389
|
-
* `StakingLedger` and will need to be handled properly in a migration.
|
|
390
|
-
* The test `reducing_history_depth_abrupt` shows this effect.
|
|
391
|
-
**/
|
|
392
|
-
historyDepth: u32 & AugmentedConst<ApiType>;
|
|
393
|
-
/**
|
|
394
|
-
* Maximum number of nominations per nominator.
|
|
395
|
-
**/
|
|
396
|
-
maxNominations: u32 & AugmentedConst<ApiType>;
|
|
397
|
-
/**
|
|
398
|
-
* The maximum number of nominators rewarded for each validator.
|
|
399
|
-
*
|
|
400
|
-
* For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can
|
|
401
|
-
* claim their reward. This used to limit the i/o cost for the nominator payout.
|
|
402
|
-
**/
|
|
403
|
-
maxNominatorRewardedPerValidator: u32 & AugmentedConst<ApiType>;
|
|
404
|
-
/**
|
|
405
|
-
* The maximum number of `unlocking` chunks a [`StakingLedger`] can
|
|
406
|
-
* have. Effectively determines how many unique eras a staker may be
|
|
407
|
-
* unbonding in.
|
|
408
|
-
*
|
|
409
|
-
* Note: `MaxUnlockingChunks` is used as the upper bound for the
|
|
410
|
-
* `BoundedVec` item `StakingLedger.unlocking`. Setting this value
|
|
411
|
-
* lower than the existing value can lead to inconsistencies in the
|
|
412
|
-
* `StakingLedger` and will need to be handled properly in a runtime
|
|
413
|
-
* migration. The test `reducing_max_unlocking_chunks_abrupt` shows
|
|
414
|
-
* this effect.
|
|
415
|
-
**/
|
|
416
|
-
maxUnlockingChunks: u32 & AugmentedConst<ApiType>;
|
|
417
|
-
/**
|
|
418
|
-
* Maximum amount of validators that can run by an identity.
|
|
419
|
-
* It will be MaxValidatorPerIdentity * Self::validator_count().
|
|
420
|
-
**/
|
|
421
|
-
maxValidatorPerIdentity: Permill & AugmentedConst<ApiType>;
|
|
422
|
-
/**
|
|
423
|
-
* Maximum amount of total issuance after which fixed rewards kicks in.
|
|
424
|
-
**/
|
|
425
|
-
maxVariableInflationTotalIssuance: u128 & AugmentedConst<ApiType>;
|
|
426
|
-
/**
|
|
427
|
-
* Number of sessions per era.
|
|
428
|
-
**/
|
|
429
|
-
sessionsPerEra: u32 & AugmentedConst<ApiType>;
|
|
430
|
-
/**
|
|
431
|
-
* Number of eras that slashes are deferred by, after computation.
|
|
432
|
-
*
|
|
433
|
-
* This should be less than the bonding duration. Set to 0 if slashes
|
|
434
|
-
* should be applied immediately, without opportunity for intervention.
|
|
435
|
-
**/
|
|
436
|
-
slashDeferDuration: u32 & AugmentedConst<ApiType>;
|
|
437
|
-
};
|
|
438
|
-
statistics: {
|
|
439
|
-
/**
|
|
440
|
-
* Maximum stats that can be enabled for an Asset.
|
|
441
|
-
**/
|
|
442
|
-
maxStatsPerAsset: u32 & AugmentedConst<ApiType>;
|
|
443
|
-
/**
|
|
444
|
-
* Maximum transfer conditions that can be enabled for an Asset.
|
|
445
|
-
**/
|
|
446
|
-
maxTransferConditionsPerAsset: u32 & AugmentedConst<ApiType>;
|
|
447
|
-
};
|
|
448
|
-
system: {
|
|
449
|
-
/**
|
|
450
|
-
* Maximum number of block number to block hash mappings to keep (oldest pruned first).
|
|
451
|
-
**/
|
|
452
|
-
blockHashCount: u32 & AugmentedConst<ApiType>;
|
|
453
|
-
/**
|
|
454
|
-
* The maximum length of a block (in bytes).
|
|
455
|
-
**/
|
|
456
|
-
blockLength: FrameSystemLimitsBlockLength & AugmentedConst<ApiType>;
|
|
457
|
-
/**
|
|
458
|
-
* Block & extrinsics weights: base values and limits.
|
|
459
|
-
**/
|
|
460
|
-
blockWeights: FrameSystemLimitsBlockWeights & AugmentedConst<ApiType>;
|
|
461
|
-
/**
|
|
462
|
-
* The weight of runtime database operations the runtime can invoke.
|
|
463
|
-
**/
|
|
464
|
-
dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
|
|
465
|
-
/**
|
|
466
|
-
* The designated SS58 prefix of this chain.
|
|
467
|
-
*
|
|
468
|
-
* This replaces the "ss58Format" property declared in the chain spec. Reason is
|
|
469
|
-
* that the runtime should know about the prefix in order to make use of it as
|
|
470
|
-
* an identifier of the chain.
|
|
471
|
-
**/
|
|
472
|
-
ss58Prefix: u16 & AugmentedConst<ApiType>;
|
|
473
|
-
/**
|
|
474
|
-
* Get the chain's current version.
|
|
475
|
-
**/
|
|
476
|
-
version: SpVersionRuntimeVersion & AugmentedConst<ApiType>;
|
|
477
|
-
};
|
|
478
|
-
timestamp: {
|
|
479
|
-
/**
|
|
480
|
-
* The minimum period between blocks. Beware that this is different to the *expected*
|
|
481
|
-
* period that the block production apparatus provides. Your chosen consensus system will
|
|
482
|
-
* generally work with this to determine a sensible block time. e.g. For Aura, it will be
|
|
483
|
-
* double this period on default settings.
|
|
484
|
-
**/
|
|
485
|
-
minimumPeriod: u64 & AugmentedConst<ApiType>;
|
|
486
|
-
};
|
|
487
|
-
transactionPayment: {
|
|
488
|
-
/**
|
|
489
|
-
* The fee to be paid for making a transaction; the per-byte portion.
|
|
490
|
-
**/
|
|
491
|
-
transactionByteFee: u128 & AugmentedConst<ApiType>;
|
|
492
|
-
/**
|
|
493
|
-
* The polynomial that is applied in order to derive fee from weight.
|
|
494
|
-
**/
|
|
495
|
-
weightToFeeConst: Vec<SpWeightsWeightToFeeCoefficient> & AugmentedConst<ApiType>;
|
|
496
|
-
};
|
|
497
|
-
utility: {
|
|
498
|
-
/**
|
|
499
|
-
* The limit on the number of batched calls.
|
|
500
|
-
**/
|
|
501
|
-
batchedCallsLimit: u32 & AugmentedConst<ApiType>;
|
|
502
|
-
};
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
//# sourceMappingURL=augment-api-consts.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"augment-api-consts.d.ts","sourceRoot":"","sources":["../../src/polkadot/augment-api-consts.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Auto-generated via `yarn polkadot-types-from-chain`, do not edit
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
// import type lookup before we augment - in some environments
|
|
6
|
-
// this is required to allow for ambient/previous definitions
|
|
7
|
-
require("@polkadot/api-base/types/consts");
|
|
8
|
-
//# sourceMappingURL=augment-api-consts.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"augment-api-consts.js","sourceRoot":"","sources":["../../src/polkadot/augment-api-consts.ts"],"names":[],"mappings":";AAAA,mEAAmE;AACnE,oBAAoB;;AAEpB,8DAA8D;AAC9D,6DAA6D;AAC7D,2CAAyC"}
|