@polymeshassociation/polymesh-sdk 27.7.0 → 27.8.0-beta.2
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 +2 -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.2.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 +52 -29
- 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
package/polkadot/lookup.d.ts
DELETED
|
@@ -1,4733 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
/**
|
|
3
|
-
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData>
|
|
4
|
-
**/
|
|
5
|
-
FrameSystemAccountInfo: {
|
|
6
|
-
nonce: string;
|
|
7
|
-
consumers: string;
|
|
8
|
-
providers: string;
|
|
9
|
-
sufficients: string;
|
|
10
|
-
data: string;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Lookup5: pallet_balances::AccountData
|
|
14
|
-
**/
|
|
15
|
-
PalletBalancesAccountData: {
|
|
16
|
-
free: string;
|
|
17
|
-
reserved: string;
|
|
18
|
-
miscFrozen: string;
|
|
19
|
-
feeFrozen: string;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
23
|
-
**/
|
|
24
|
-
FrameSupportDispatchPerDispatchClassWeight: {
|
|
25
|
-
normal: string;
|
|
26
|
-
operational: string;
|
|
27
|
-
mandatory: string;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Lookup8: sp_weights::weight_v2::Weight
|
|
31
|
-
**/
|
|
32
|
-
SpWeightsWeightV2Weight: {
|
|
33
|
-
refTime: string;
|
|
34
|
-
proofSize: string;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Lookup13: sp_runtime::generic::digest::Digest
|
|
38
|
-
**/
|
|
39
|
-
SpRuntimeDigest: {
|
|
40
|
-
logs: string;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* Lookup15: sp_runtime::generic::digest::DigestItem
|
|
44
|
-
**/
|
|
45
|
-
SpRuntimeDigestDigestItem: {
|
|
46
|
-
_enum: {
|
|
47
|
-
Other: string;
|
|
48
|
-
__Unused1: string;
|
|
49
|
-
__Unused2: string;
|
|
50
|
-
__Unused3: string;
|
|
51
|
-
Consensus: string;
|
|
52
|
-
Seal: string;
|
|
53
|
-
PreRuntime: string;
|
|
54
|
-
__Unused7: string;
|
|
55
|
-
RuntimeEnvironmentUpdated: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Lookup18: frame_system::EventRecord<polymesh_runtime_develop::runtime::RuntimeEvent, primitive_types::H256>
|
|
60
|
-
**/
|
|
61
|
-
FrameSystemEventRecord: {
|
|
62
|
-
phase: string;
|
|
63
|
-
event: string;
|
|
64
|
-
topics: string;
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* Lookup20: frame_system::pallet::Event<T>
|
|
68
|
-
**/
|
|
69
|
-
FrameSystemEvent: {
|
|
70
|
-
_enum: {
|
|
71
|
-
ExtrinsicSuccess: {
|
|
72
|
-
dispatchInfo: string;
|
|
73
|
-
};
|
|
74
|
-
ExtrinsicFailed: {
|
|
75
|
-
dispatchError: string;
|
|
76
|
-
dispatchInfo: string;
|
|
77
|
-
};
|
|
78
|
-
CodeUpdated: string;
|
|
79
|
-
NewAccount: {
|
|
80
|
-
account: string;
|
|
81
|
-
};
|
|
82
|
-
KilledAccount: {
|
|
83
|
-
account: string;
|
|
84
|
-
};
|
|
85
|
-
Remarked: {
|
|
86
|
-
_alias: {
|
|
87
|
-
hash_: string;
|
|
88
|
-
};
|
|
89
|
-
sender: string;
|
|
90
|
-
hash_: string;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
/**
|
|
95
|
-
* Lookup21: frame_support::dispatch::DispatchInfo
|
|
96
|
-
**/
|
|
97
|
-
FrameSupportDispatchDispatchInfo: {
|
|
98
|
-
weight: string;
|
|
99
|
-
class: string;
|
|
100
|
-
paysFee: string;
|
|
101
|
-
};
|
|
102
|
-
/**
|
|
103
|
-
* Lookup22: frame_support::dispatch::DispatchClass
|
|
104
|
-
**/
|
|
105
|
-
FrameSupportDispatchDispatchClass: {
|
|
106
|
-
_enum: string[];
|
|
107
|
-
};
|
|
108
|
-
/**
|
|
109
|
-
* Lookup23: frame_support::dispatch::Pays
|
|
110
|
-
**/
|
|
111
|
-
FrameSupportDispatchPays: {
|
|
112
|
-
_enum: string[];
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* Lookup24: sp_runtime::DispatchError
|
|
116
|
-
**/
|
|
117
|
-
SpRuntimeDispatchError: {
|
|
118
|
-
_enum: {
|
|
119
|
-
Other: string;
|
|
120
|
-
CannotLookup: string;
|
|
121
|
-
BadOrigin: string;
|
|
122
|
-
Module: string;
|
|
123
|
-
ConsumerRemaining: string;
|
|
124
|
-
NoProviders: string;
|
|
125
|
-
TooManyConsumers: string;
|
|
126
|
-
Token: string;
|
|
127
|
-
Arithmetic: string;
|
|
128
|
-
Transactional: string;
|
|
129
|
-
Exhausted: string;
|
|
130
|
-
Corruption: string;
|
|
131
|
-
Unavailable: string;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* Lookup25: sp_runtime::ModuleError
|
|
136
|
-
**/
|
|
137
|
-
SpRuntimeModuleError: {
|
|
138
|
-
index: string;
|
|
139
|
-
error: string;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Lookup26: sp_runtime::TokenError
|
|
143
|
-
**/
|
|
144
|
-
SpRuntimeTokenError: {
|
|
145
|
-
_enum: string[];
|
|
146
|
-
};
|
|
147
|
-
/**
|
|
148
|
-
* Lookup27: sp_arithmetic::ArithmeticError
|
|
149
|
-
**/
|
|
150
|
-
SpArithmeticArithmeticError: {
|
|
151
|
-
_enum: string[];
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
* Lookup28: sp_runtime::TransactionalError
|
|
155
|
-
**/
|
|
156
|
-
SpRuntimeTransactionalError: {
|
|
157
|
-
_enum: string[];
|
|
158
|
-
};
|
|
159
|
-
/**
|
|
160
|
-
* Lookup29: pallet_indices::pallet::Event<T>
|
|
161
|
-
**/
|
|
162
|
-
PalletIndicesEvent: {
|
|
163
|
-
_enum: {
|
|
164
|
-
IndexAssigned: {
|
|
165
|
-
who: string;
|
|
166
|
-
index: string;
|
|
167
|
-
};
|
|
168
|
-
IndexFreed: {
|
|
169
|
-
index: string;
|
|
170
|
-
};
|
|
171
|
-
IndexFrozen: {
|
|
172
|
-
index: string;
|
|
173
|
-
who: string;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
176
|
-
};
|
|
177
|
-
/**
|
|
178
|
-
* Lookup30: pallet_balances::pallet::Event<T>
|
|
179
|
-
**/
|
|
180
|
-
PalletBalancesEvent: {
|
|
181
|
-
_enum: {
|
|
182
|
-
Endowed: string;
|
|
183
|
-
Transfer: string;
|
|
184
|
-
BalanceSet: string;
|
|
185
|
-
AccountBalanceBurned: string;
|
|
186
|
-
Reserved: string;
|
|
187
|
-
Unreserved: string;
|
|
188
|
-
ReserveRepatriated: string;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
/**
|
|
192
|
-
* Lookup32: polymesh_primitives::identity_id::IdentityId
|
|
193
|
-
**/
|
|
194
|
-
PolymeshPrimitivesIdentityId: string;
|
|
195
|
-
/**
|
|
196
|
-
* Lookup34: polymesh_primitives::Memo
|
|
197
|
-
**/
|
|
198
|
-
PolymeshPrimitivesMemo: string;
|
|
199
|
-
/**
|
|
200
|
-
* Lookup35: frame_support::traits::tokens::misc::BalanceStatus
|
|
201
|
-
**/
|
|
202
|
-
FrameSupportTokensMiscBalanceStatus: {
|
|
203
|
-
_enum: string[];
|
|
204
|
-
};
|
|
205
|
-
/**
|
|
206
|
-
* Lookup36: pallet_transaction_payment::pallet::Event<T>
|
|
207
|
-
**/
|
|
208
|
-
PalletTransactionPaymentEvent: {
|
|
209
|
-
_enum: {
|
|
210
|
-
TransactionFeePaid: {
|
|
211
|
-
who: string;
|
|
212
|
-
actualFee: string;
|
|
213
|
-
tip: string;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
/**
|
|
218
|
-
* Lookup37: pallet_identity::pallet::Event<T>
|
|
219
|
-
**/
|
|
220
|
-
PalletIdentityEvent: {
|
|
221
|
-
_enum: {
|
|
222
|
-
DidCreated: string;
|
|
223
|
-
SecondaryKeysAdded: string;
|
|
224
|
-
SecondaryKeysRemoved: string;
|
|
225
|
-
SecondaryKeyLeftIdentity: string;
|
|
226
|
-
SecondaryKeyPermissionsUpdated: string;
|
|
227
|
-
PrimaryKeyUpdated: string;
|
|
228
|
-
ClaimAdded: string;
|
|
229
|
-
ClaimRevoked: string;
|
|
230
|
-
AssetDidRegistered: string;
|
|
231
|
-
AuthorizationAdded: string;
|
|
232
|
-
AuthorizationRevoked: string;
|
|
233
|
-
AuthorizationRejected: string;
|
|
234
|
-
AuthorizationConsumed: string;
|
|
235
|
-
AuthorizationRetryLimitReached: string;
|
|
236
|
-
CddRequirementForPrimaryKeyUpdated: string;
|
|
237
|
-
CddClaimsInvalidated: string;
|
|
238
|
-
SecondaryKeysFrozen: string;
|
|
239
|
-
SecondaryKeysUnfrozen: string;
|
|
240
|
-
CustomClaimTypeAdded: string;
|
|
241
|
-
ChildDidCreated: string;
|
|
242
|
-
ChildDidUnlinked: string;
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
/**
|
|
246
|
-
* Lookup39: polymesh_primitives::secondary_key::SecondaryKey<sp_core::crypto::AccountId32>
|
|
247
|
-
**/
|
|
248
|
-
PolymeshPrimitivesSecondaryKey: {
|
|
249
|
-
key: string;
|
|
250
|
-
permissions: string;
|
|
251
|
-
};
|
|
252
|
-
/**
|
|
253
|
-
* Lookup40: polymesh_primitives::secondary_key::Permissions
|
|
254
|
-
**/
|
|
255
|
-
PolymeshPrimitivesSecondaryKeyPermissions: {
|
|
256
|
-
asset: string;
|
|
257
|
-
extrinsic: string;
|
|
258
|
-
portfolio: string;
|
|
259
|
-
};
|
|
260
|
-
/**
|
|
261
|
-
* Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::asset::AssetId>
|
|
262
|
-
**/
|
|
263
|
-
PolymeshPrimitivesSubsetSubsetRestrictionAssetId: {
|
|
264
|
-
_enum: {
|
|
265
|
-
Whole: string;
|
|
266
|
-
These: string;
|
|
267
|
-
Except: string;
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
/**
|
|
271
|
-
* Lookup42: polymesh_primitives::asset::AssetId
|
|
272
|
-
**/
|
|
273
|
-
PolymeshPrimitivesAssetAssetId: string;
|
|
274
|
-
/**
|
|
275
|
-
* Lookup46: polymesh_primitives::secondary_key::ExtrinsicPermissions
|
|
276
|
-
**/
|
|
277
|
-
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions: {
|
|
278
|
-
_enum: {
|
|
279
|
-
Whole: string;
|
|
280
|
-
These: string;
|
|
281
|
-
Except: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
/**
|
|
285
|
-
* Lookup50: polymesh_primitives::secondary_key::PalletPermissions
|
|
286
|
-
**/
|
|
287
|
-
PolymeshPrimitivesSecondaryKeyPalletPermissions: {
|
|
288
|
-
extrinsics: string;
|
|
289
|
-
};
|
|
290
|
-
/**
|
|
291
|
-
* Lookup51: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::ExtrinsicName>
|
|
292
|
-
**/
|
|
293
|
-
PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName: {
|
|
294
|
-
_enum: {
|
|
295
|
-
Whole: string;
|
|
296
|
-
These: string;
|
|
297
|
-
Except: string;
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
/**
|
|
301
|
-
* Lookup57: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::identity_id::PortfolioId>
|
|
302
|
-
**/
|
|
303
|
-
PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId: {
|
|
304
|
-
_enum: {
|
|
305
|
-
Whole: string;
|
|
306
|
-
These: string;
|
|
307
|
-
Except: string;
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
/**
|
|
311
|
-
* Lookup58: polymesh_primitives::identity_id::PortfolioId
|
|
312
|
-
**/
|
|
313
|
-
PolymeshPrimitivesIdentityIdPortfolioId: {
|
|
314
|
-
did: string;
|
|
315
|
-
kind: string;
|
|
316
|
-
};
|
|
317
|
-
/**
|
|
318
|
-
* Lookup59: polymesh_primitives::identity_id::PortfolioKind
|
|
319
|
-
**/
|
|
320
|
-
PolymeshPrimitivesIdentityIdPortfolioKind: {
|
|
321
|
-
_enum: {
|
|
322
|
-
Default: string;
|
|
323
|
-
User: string;
|
|
324
|
-
};
|
|
325
|
-
};
|
|
326
|
-
/**
|
|
327
|
-
* Lookup64: polymesh_primitives::identity_claim::IdentityClaim
|
|
328
|
-
**/
|
|
329
|
-
PolymeshPrimitivesIdentityClaim: {
|
|
330
|
-
claimIssuer: string;
|
|
331
|
-
issuanceDate: string;
|
|
332
|
-
lastUpdateDate: string;
|
|
333
|
-
expiry: string;
|
|
334
|
-
claim: string;
|
|
335
|
-
};
|
|
336
|
-
/**
|
|
337
|
-
* Lookup66: polymesh_primitives::identity_claim::Claim
|
|
338
|
-
**/
|
|
339
|
-
PolymeshPrimitivesIdentityClaimClaim: {
|
|
340
|
-
_enum: {
|
|
341
|
-
Accredited: string;
|
|
342
|
-
Affiliate: string;
|
|
343
|
-
BuyLockup: string;
|
|
344
|
-
SellLockup: string;
|
|
345
|
-
CustomerDueDiligence: string;
|
|
346
|
-
KnowYourCustomer: string;
|
|
347
|
-
Jurisdiction: string;
|
|
348
|
-
Exempted: string;
|
|
349
|
-
Blocked: string;
|
|
350
|
-
Custom: string;
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
/**
|
|
354
|
-
* Lookup67: polymesh_primitives::identity_claim::Scope
|
|
355
|
-
**/
|
|
356
|
-
PolymeshPrimitivesIdentityClaimScope: {
|
|
357
|
-
_enum: {
|
|
358
|
-
Identity: string;
|
|
359
|
-
Asset: string;
|
|
360
|
-
Custom: string;
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
/**
|
|
364
|
-
* Lookup68: polymesh_primitives::cdd_id::CddId
|
|
365
|
-
**/
|
|
366
|
-
PolymeshPrimitivesCddId: string;
|
|
367
|
-
/**
|
|
368
|
-
* Lookup69: polymesh_primitives::jurisdiction::CountryCode
|
|
369
|
-
**/
|
|
370
|
-
PolymeshPrimitivesJurisdictionCountryCode: {
|
|
371
|
-
_enum: string[];
|
|
372
|
-
};
|
|
373
|
-
/**
|
|
374
|
-
* Lookup72: polymesh_primitives::ticker::Ticker
|
|
375
|
-
**/
|
|
376
|
-
PolymeshPrimitivesTicker: string;
|
|
377
|
-
/**
|
|
378
|
-
* Lookup75: polymesh_primitives::authorization::AuthorizationData<sp_core::crypto::AccountId32>
|
|
379
|
-
**/
|
|
380
|
-
PolymeshPrimitivesAuthorizationAuthorizationData: {
|
|
381
|
-
_enum: {
|
|
382
|
-
AttestPrimaryKeyRotation: string;
|
|
383
|
-
RotatePrimaryKey: string;
|
|
384
|
-
TransferTicker: string;
|
|
385
|
-
AddMultiSigSigner: string;
|
|
386
|
-
TransferAssetOwnership: string;
|
|
387
|
-
JoinIdentity: string;
|
|
388
|
-
PortfolioCustody: string;
|
|
389
|
-
BecomeAgent: string;
|
|
390
|
-
AddRelayerPayingKey: string;
|
|
391
|
-
RotatePrimaryKeyToSecondary: string;
|
|
392
|
-
};
|
|
393
|
-
};
|
|
394
|
-
/**
|
|
395
|
-
* Lookup76: polymesh_primitives::agent::AgentGroup
|
|
396
|
-
**/
|
|
397
|
-
PolymeshPrimitivesAgentAgentGroup: {
|
|
398
|
-
_enum: {
|
|
399
|
-
Full: string;
|
|
400
|
-
Custom: string;
|
|
401
|
-
ExceptMeta: string;
|
|
402
|
-
PolymeshV1CAA: string;
|
|
403
|
-
PolymeshV1PIA: string;
|
|
404
|
-
};
|
|
405
|
-
};
|
|
406
|
-
/**
|
|
407
|
-
* Lookup79: pallet_group::pallet::Event<T, I>
|
|
408
|
-
**/
|
|
409
|
-
PalletGroupEvent: {
|
|
410
|
-
_enum: {
|
|
411
|
-
MemberAdded: string;
|
|
412
|
-
MemberRemoved: string;
|
|
413
|
-
MemberRevoked: string;
|
|
414
|
-
MembersSwapped: string;
|
|
415
|
-
MembersReset: string;
|
|
416
|
-
ActiveLimitChanged: string;
|
|
417
|
-
Dummy: string;
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
|
-
/**
|
|
421
|
-
* Lookup81: pallet_committee::pallet::Event<T, I>
|
|
422
|
-
**/
|
|
423
|
-
PalletCommitteeEvent: {
|
|
424
|
-
_enum: {
|
|
425
|
-
Proposed: string;
|
|
426
|
-
Voted: string;
|
|
427
|
-
VoteRetracted: string;
|
|
428
|
-
FinalVotes: string;
|
|
429
|
-
Approved: string;
|
|
430
|
-
Rejected: string;
|
|
431
|
-
Executed: string;
|
|
432
|
-
ReleaseCoordinatorUpdated: string;
|
|
433
|
-
ExpiresAfterUpdated: string;
|
|
434
|
-
VoteThresholdUpdated: string;
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
/**
|
|
438
|
-
* Lookup84: polymesh_primitives::MaybeBlock<BlockNumber>
|
|
439
|
-
**/
|
|
440
|
-
PolymeshPrimitivesMaybeBlock: {
|
|
441
|
-
_enum: {
|
|
442
|
-
Some: string;
|
|
443
|
-
None: string;
|
|
444
|
-
};
|
|
445
|
-
};
|
|
446
|
-
/**
|
|
447
|
-
* Lookup90: pallet_multisig::pallet::Event<T>
|
|
448
|
-
**/
|
|
449
|
-
PalletMultisigEvent: {
|
|
450
|
-
_enum: {
|
|
451
|
-
MultiSigCreated: {
|
|
452
|
-
callerDid: string;
|
|
453
|
-
multisig: string;
|
|
454
|
-
caller: string;
|
|
455
|
-
signers: string;
|
|
456
|
-
sigsRequired: string;
|
|
457
|
-
};
|
|
458
|
-
ProposalAdded: {
|
|
459
|
-
callerDid: string;
|
|
460
|
-
multisig: string;
|
|
461
|
-
proposalId: string;
|
|
462
|
-
};
|
|
463
|
-
ProposalExecuted: {
|
|
464
|
-
callerDid: string;
|
|
465
|
-
multisig: string;
|
|
466
|
-
proposalId: string;
|
|
467
|
-
result: string;
|
|
468
|
-
};
|
|
469
|
-
MultiSigSignerAdded: {
|
|
470
|
-
callerDid: string;
|
|
471
|
-
multisig: string;
|
|
472
|
-
signer: string;
|
|
473
|
-
};
|
|
474
|
-
MultiSigSignersAuthorized: {
|
|
475
|
-
callerDid: string;
|
|
476
|
-
multisig: string;
|
|
477
|
-
signers: string;
|
|
478
|
-
};
|
|
479
|
-
MultiSigSignersRemoved: {
|
|
480
|
-
callerDid: string;
|
|
481
|
-
multisig: string;
|
|
482
|
-
signers: string;
|
|
483
|
-
};
|
|
484
|
-
MultiSigSignersRequiredChanged: {
|
|
485
|
-
callerDid: string;
|
|
486
|
-
multisig: string;
|
|
487
|
-
sigsRequired: string;
|
|
488
|
-
};
|
|
489
|
-
ProposalApprovalVote: {
|
|
490
|
-
callerDid: string;
|
|
491
|
-
multisig: string;
|
|
492
|
-
signer: string;
|
|
493
|
-
proposalId: string;
|
|
494
|
-
};
|
|
495
|
-
ProposalRejectionVote: {
|
|
496
|
-
callerDid: string;
|
|
497
|
-
multisig: string;
|
|
498
|
-
signer: string;
|
|
499
|
-
proposalId: string;
|
|
500
|
-
};
|
|
501
|
-
ProposalApproved: {
|
|
502
|
-
callerDid: string;
|
|
503
|
-
multisig: string;
|
|
504
|
-
proposalId: string;
|
|
505
|
-
};
|
|
506
|
-
ProposalRejected: {
|
|
507
|
-
callerDid: string;
|
|
508
|
-
multisig: string;
|
|
509
|
-
proposalId: string;
|
|
510
|
-
};
|
|
511
|
-
MultiSigAddedAdmin: {
|
|
512
|
-
callerDid: string;
|
|
513
|
-
multisig: string;
|
|
514
|
-
adminDid: string;
|
|
515
|
-
};
|
|
516
|
-
MultiSigRemovedAdmin: {
|
|
517
|
-
callerDid: string;
|
|
518
|
-
multisig: string;
|
|
519
|
-
adminDid: string;
|
|
520
|
-
};
|
|
521
|
-
MultiSigRemovedPayingDid: {
|
|
522
|
-
callerDid: string;
|
|
523
|
-
multisig: string;
|
|
524
|
-
payingDid: string;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
/**
|
|
529
|
-
* Lookup92: pallet_staking::pallet::pallet::Event<T>
|
|
530
|
-
**/
|
|
531
|
-
PalletStakingPalletEvent: {
|
|
532
|
-
_enum: {
|
|
533
|
-
EraPaid: {
|
|
534
|
-
eraIndex: string;
|
|
535
|
-
validatorPayout: string;
|
|
536
|
-
remainder: string;
|
|
537
|
-
};
|
|
538
|
-
Rewarded: {
|
|
539
|
-
identity: string;
|
|
540
|
-
stash: string;
|
|
541
|
-
amount: string;
|
|
542
|
-
};
|
|
543
|
-
Slashed: {
|
|
544
|
-
staker: string;
|
|
545
|
-
amount: string;
|
|
546
|
-
};
|
|
547
|
-
SlashReported: {
|
|
548
|
-
validator: string;
|
|
549
|
-
fraction: string;
|
|
550
|
-
slashEra: string;
|
|
551
|
-
};
|
|
552
|
-
OldSlashingReportDiscarded: {
|
|
553
|
-
sessionIndex: string;
|
|
554
|
-
};
|
|
555
|
-
StakersElected: string;
|
|
556
|
-
Bonded: {
|
|
557
|
-
identity: string;
|
|
558
|
-
stash: string;
|
|
559
|
-
amount: string;
|
|
560
|
-
};
|
|
561
|
-
Unbonded: {
|
|
562
|
-
identity: string;
|
|
563
|
-
stash: string;
|
|
564
|
-
amount: string;
|
|
565
|
-
};
|
|
566
|
-
Withdrawn: {
|
|
567
|
-
stash: string;
|
|
568
|
-
amount: string;
|
|
569
|
-
};
|
|
570
|
-
Kicked: {
|
|
571
|
-
nominator: string;
|
|
572
|
-
stash: string;
|
|
573
|
-
};
|
|
574
|
-
StakingElectionFailed: string;
|
|
575
|
-
Chilled: {
|
|
576
|
-
stash: string;
|
|
577
|
-
};
|
|
578
|
-
PayoutStarted: {
|
|
579
|
-
eraIndex: string;
|
|
580
|
-
validatorStash: string;
|
|
581
|
-
};
|
|
582
|
-
ValidatorPrefsSet: {
|
|
583
|
-
stash: string;
|
|
584
|
-
prefs: string;
|
|
585
|
-
};
|
|
586
|
-
ForceEra: {
|
|
587
|
-
mode: string;
|
|
588
|
-
};
|
|
589
|
-
Nominated: {
|
|
590
|
-
nominatorIdentity: string;
|
|
591
|
-
stash: string;
|
|
592
|
-
targets: string;
|
|
593
|
-
};
|
|
594
|
-
PermissionedIdentityAdded: {
|
|
595
|
-
governanceCouncillDid: string;
|
|
596
|
-
validatorsIdentity: string;
|
|
597
|
-
};
|
|
598
|
-
PermissionedIdentityRemoved: {
|
|
599
|
-
governanceCouncillDid: string;
|
|
600
|
-
validatorsIdentity: string;
|
|
601
|
-
};
|
|
602
|
-
InvalidatedNominators: {
|
|
603
|
-
governanceCouncillDid: string;
|
|
604
|
-
governanceCouncillAccount: string;
|
|
605
|
-
expiredNominators: string;
|
|
606
|
-
};
|
|
607
|
-
SlashingAllowedForChanged: {
|
|
608
|
-
slashingSwitch: string;
|
|
609
|
-
};
|
|
610
|
-
RewardPaymentSchedulingInterrupted: {
|
|
611
|
-
accountId: string;
|
|
612
|
-
era: string;
|
|
613
|
-
error: string;
|
|
614
|
-
};
|
|
615
|
-
CommissionCapUpdated: {
|
|
616
|
-
governanceCouncillDid: string;
|
|
617
|
-
oldCommissionCap: string;
|
|
618
|
-
newCommissionCap: string;
|
|
619
|
-
};
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
/**
|
|
623
|
-
* Lookup94: pallet_staking::ValidatorPrefs
|
|
624
|
-
**/
|
|
625
|
-
PalletStakingValidatorPrefs: {
|
|
626
|
-
commission: string;
|
|
627
|
-
blocked: string;
|
|
628
|
-
};
|
|
629
|
-
/**
|
|
630
|
-
* Lookup96: pallet_staking::Forcing
|
|
631
|
-
**/
|
|
632
|
-
PalletStakingForcing: {
|
|
633
|
-
_enum: string[];
|
|
634
|
-
};
|
|
635
|
-
/**
|
|
636
|
-
* Lookup97: pallet_staking::types::SlashingSwitch
|
|
637
|
-
**/
|
|
638
|
-
PalletStakingSlashingSwitch: {
|
|
639
|
-
_enum: string[];
|
|
640
|
-
};
|
|
641
|
-
/**
|
|
642
|
-
* Lookup98: pallet_offences::pallet::Event
|
|
643
|
-
**/
|
|
644
|
-
PalletOffencesEvent: {
|
|
645
|
-
_enum: {
|
|
646
|
-
Offence: {
|
|
647
|
-
kind: string;
|
|
648
|
-
timeslot: string;
|
|
649
|
-
};
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
|
-
/**
|
|
653
|
-
* Lookup99: pallet_session::pallet::Event
|
|
654
|
-
**/
|
|
655
|
-
PalletSessionEvent: {
|
|
656
|
-
_enum: {
|
|
657
|
-
NewSession: {
|
|
658
|
-
sessionIndex: string;
|
|
659
|
-
};
|
|
660
|
-
};
|
|
661
|
-
};
|
|
662
|
-
/**
|
|
663
|
-
* Lookup100: pallet_grandpa::pallet::Event
|
|
664
|
-
**/
|
|
665
|
-
PalletGrandpaEvent: {
|
|
666
|
-
_enum: {
|
|
667
|
-
NewAuthorities: {
|
|
668
|
-
authoritySet: string;
|
|
669
|
-
};
|
|
670
|
-
Paused: string;
|
|
671
|
-
Resumed: string;
|
|
672
|
-
};
|
|
673
|
-
};
|
|
674
|
-
/**
|
|
675
|
-
* Lookup103: sp_consensus_grandpa::app::Public
|
|
676
|
-
**/
|
|
677
|
-
SpConsensusGrandpaAppPublic: string;
|
|
678
|
-
/**
|
|
679
|
-
* Lookup104: sp_core::ed25519::Public
|
|
680
|
-
**/
|
|
681
|
-
SpCoreEd25519Public: string;
|
|
682
|
-
/**
|
|
683
|
-
* Lookup105: pallet_im_online::pallet::Event<T>
|
|
684
|
-
**/
|
|
685
|
-
PalletImOnlineEvent: {
|
|
686
|
-
_enum: {
|
|
687
|
-
HeartbeatReceived: {
|
|
688
|
-
authorityId: string;
|
|
689
|
-
};
|
|
690
|
-
AllGood: string;
|
|
691
|
-
SomeOffline: {
|
|
692
|
-
offline: string;
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
/**
|
|
697
|
-
* Lookup106: pallet_im_online::sr25519::app_sr25519::Public
|
|
698
|
-
**/
|
|
699
|
-
PalletImOnlineSr25519AppSr25519Public: string;
|
|
700
|
-
/**
|
|
701
|
-
* Lookup107: sp_core::sr25519::Public
|
|
702
|
-
**/
|
|
703
|
-
SpCoreSr25519Public: string;
|
|
704
|
-
/**
|
|
705
|
-
* Lookup110: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
|
|
706
|
-
**/
|
|
707
|
-
PalletStakingExposure: {
|
|
708
|
-
total: string;
|
|
709
|
-
own: string;
|
|
710
|
-
others: string;
|
|
711
|
-
};
|
|
712
|
-
/**
|
|
713
|
-
* Lookup113: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
|
|
714
|
-
**/
|
|
715
|
-
PalletStakingIndividualExposure: {
|
|
716
|
-
who: string;
|
|
717
|
-
value: string;
|
|
718
|
-
};
|
|
719
|
-
/**
|
|
720
|
-
* Lookup114: pallet_sudo::pallet::Event<T>
|
|
721
|
-
**/
|
|
722
|
-
PalletSudoEvent: {
|
|
723
|
-
_enum: {
|
|
724
|
-
Sudid: {
|
|
725
|
-
sudoResult: string;
|
|
726
|
-
};
|
|
727
|
-
KeyChanged: {
|
|
728
|
-
oldSudoer: string;
|
|
729
|
-
};
|
|
730
|
-
SudoAsDone: {
|
|
731
|
-
sudoResult: string;
|
|
732
|
-
};
|
|
733
|
-
};
|
|
734
|
-
};
|
|
735
|
-
/**
|
|
736
|
-
* Lookup115: pallet_asset::pallet::Event<T>
|
|
737
|
-
**/
|
|
738
|
-
PalletAssetEvent: {
|
|
739
|
-
_enum: {
|
|
740
|
-
AssetCreated: string;
|
|
741
|
-
IdentifiersUpdated: string;
|
|
742
|
-
DivisibilityChanged: string;
|
|
743
|
-
TickerRegistered: string;
|
|
744
|
-
TickerTransferred: string;
|
|
745
|
-
AssetOwnershipTransferred: string;
|
|
746
|
-
AssetFrozen: string;
|
|
747
|
-
AssetUnfrozen: string;
|
|
748
|
-
AssetRenamed: string;
|
|
749
|
-
FundingRoundSet: string;
|
|
750
|
-
DocumentAdded: string;
|
|
751
|
-
DocumentRemoved: string;
|
|
752
|
-
ControllerTransfer: string;
|
|
753
|
-
CustomAssetTypeExists: string;
|
|
754
|
-
CustomAssetTypeRegistered: string;
|
|
755
|
-
SetAssetMetadataValue: string;
|
|
756
|
-
SetAssetMetadataValueDetails: string;
|
|
757
|
-
RegisterAssetMetadataLocalType: string;
|
|
758
|
-
RegisterAssetMetadataGlobalType: string;
|
|
759
|
-
AssetTypeChanged: string;
|
|
760
|
-
LocalMetadataKeyDeleted: string;
|
|
761
|
-
MetadataValueDeleted: string;
|
|
762
|
-
AssetBalanceUpdated: string;
|
|
763
|
-
AssetAffirmationExemption: string;
|
|
764
|
-
RemoveAssetAffirmationExemption: string;
|
|
765
|
-
PreApprovedAsset: string;
|
|
766
|
-
RemovePreApprovedAsset: string;
|
|
767
|
-
AssetMediatorsAdded: string;
|
|
768
|
-
AssetMediatorsRemoved: string;
|
|
769
|
-
TickerLinkedToAsset: string;
|
|
770
|
-
TickerUnlinkedFromAsset: string;
|
|
771
|
-
GlobalMetadataSpecUpdated: string;
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
|
-
/**
|
|
775
|
-
* Lookup116: polymesh_primitives::asset::AssetType
|
|
776
|
-
**/
|
|
777
|
-
PolymeshPrimitivesAssetAssetType: {
|
|
778
|
-
_enum: {
|
|
779
|
-
EquityCommon: string;
|
|
780
|
-
EquityPreferred: string;
|
|
781
|
-
Commodity: string;
|
|
782
|
-
FixedIncome: string;
|
|
783
|
-
REIT: string;
|
|
784
|
-
Fund: string;
|
|
785
|
-
RevenueShareAgreement: string;
|
|
786
|
-
StructuredProduct: string;
|
|
787
|
-
Derivative: string;
|
|
788
|
-
Custom: string;
|
|
789
|
-
StableCoin: string;
|
|
790
|
-
NonFungible: string;
|
|
791
|
-
};
|
|
792
|
-
};
|
|
793
|
-
/**
|
|
794
|
-
* Lookup118: polymesh_primitives::asset::NonFungibleType
|
|
795
|
-
**/
|
|
796
|
-
PolymeshPrimitivesAssetNonFungibleType: {
|
|
797
|
-
_enum: {
|
|
798
|
-
Derivative: string;
|
|
799
|
-
FixedIncome: string;
|
|
800
|
-
Invoice: string;
|
|
801
|
-
Custom: string;
|
|
802
|
-
};
|
|
803
|
-
};
|
|
804
|
-
/**
|
|
805
|
-
* Lookup121: polymesh_primitives::asset_identifier::AssetIdentifier
|
|
806
|
-
**/
|
|
807
|
-
PolymeshPrimitivesAssetIdentifier: {
|
|
808
|
-
_enum: {
|
|
809
|
-
CUSIP: string;
|
|
810
|
-
CINS: string;
|
|
811
|
-
ISIN: string;
|
|
812
|
-
LEI: string;
|
|
813
|
-
FIGI: string;
|
|
814
|
-
};
|
|
815
|
-
};
|
|
816
|
-
/**
|
|
817
|
-
* Lookup127: polymesh_primitives::document::Document
|
|
818
|
-
**/
|
|
819
|
-
PolymeshPrimitivesDocument: {
|
|
820
|
-
uri: string;
|
|
821
|
-
contentHash: string;
|
|
822
|
-
name: string;
|
|
823
|
-
docType: string;
|
|
824
|
-
filingDate: string;
|
|
825
|
-
};
|
|
826
|
-
/**
|
|
827
|
-
* Lookup129: polymesh_primitives::document_hash::DocumentHash
|
|
828
|
-
**/
|
|
829
|
-
PolymeshPrimitivesDocumentHash: {
|
|
830
|
-
_enum: {
|
|
831
|
-
None: string;
|
|
832
|
-
H512: string;
|
|
833
|
-
H384: string;
|
|
834
|
-
H320: string;
|
|
835
|
-
H256: string;
|
|
836
|
-
H224: string;
|
|
837
|
-
H192: string;
|
|
838
|
-
H160: string;
|
|
839
|
-
H128: string;
|
|
840
|
-
};
|
|
841
|
-
};
|
|
842
|
-
/**
|
|
843
|
-
* Lookup140: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
|
|
844
|
-
**/
|
|
845
|
-
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
|
|
846
|
-
expire: string;
|
|
847
|
-
lockStatus: string;
|
|
848
|
-
};
|
|
849
|
-
/**
|
|
850
|
-
* Lookup141: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
|
|
851
|
-
**/
|
|
852
|
-
PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
|
|
853
|
-
_enum: {
|
|
854
|
-
Unlocked: string;
|
|
855
|
-
Locked: string;
|
|
856
|
-
LockedUntil: string;
|
|
857
|
-
};
|
|
858
|
-
};
|
|
859
|
-
/**
|
|
860
|
-
* Lookup144: polymesh_primitives::asset_metadata::AssetMetadataSpec
|
|
861
|
-
**/
|
|
862
|
-
PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
|
|
863
|
-
url: string;
|
|
864
|
-
description: string;
|
|
865
|
-
typeDef: string;
|
|
866
|
-
};
|
|
867
|
-
/**
|
|
868
|
-
* Lookup151: polymesh_primitives::asset_metadata::AssetMetadataKey
|
|
869
|
-
**/
|
|
870
|
-
PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
|
|
871
|
-
_enum: {
|
|
872
|
-
Global: string;
|
|
873
|
-
Local: string;
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
/**
|
|
877
|
-
* Lookup153: polymesh_primitives::portfolio::PortfolioUpdateReason
|
|
878
|
-
**/
|
|
879
|
-
PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
|
|
880
|
-
_enum: {
|
|
881
|
-
Issued: {
|
|
882
|
-
fundingRoundName: string;
|
|
883
|
-
};
|
|
884
|
-
Redeemed: string;
|
|
885
|
-
Transferred: {
|
|
886
|
-
instructionId: string;
|
|
887
|
-
instructionMemo: string;
|
|
888
|
-
};
|
|
889
|
-
ControllerTransfer: string;
|
|
890
|
-
};
|
|
891
|
-
};
|
|
892
|
-
/**
|
|
893
|
-
* Lookup157: pallet_corporate_actions::distribution::pallet::Event<T>
|
|
894
|
-
**/
|
|
895
|
-
PalletCorporateActionsDistributionPalletEvent: {
|
|
896
|
-
_enum: {
|
|
897
|
-
Created: string;
|
|
898
|
-
BenefitClaimed: string;
|
|
899
|
-
Reclaimed: string;
|
|
900
|
-
Removed: string;
|
|
901
|
-
};
|
|
902
|
-
};
|
|
903
|
-
/**
|
|
904
|
-
* Lookup158: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
|
|
905
|
-
**/
|
|
906
|
-
PolymeshPrimitivesEventOnly: string;
|
|
907
|
-
/**
|
|
908
|
-
* Lookup159: pallet_corporate_actions::CAId
|
|
909
|
-
**/
|
|
910
|
-
PalletCorporateActionsCaId: {
|
|
911
|
-
assetId: string;
|
|
912
|
-
localId: string;
|
|
913
|
-
};
|
|
914
|
-
/**
|
|
915
|
-
* Lookup161: pallet_corporate_actions::distribution::Distribution
|
|
916
|
-
**/
|
|
917
|
-
PalletCorporateActionsDistribution: {
|
|
918
|
-
from: string;
|
|
919
|
-
currency: string;
|
|
920
|
-
perShare: string;
|
|
921
|
-
amount: string;
|
|
922
|
-
remaining: string;
|
|
923
|
-
reclaimed: string;
|
|
924
|
-
paymentAt: string;
|
|
925
|
-
expiresAt: string;
|
|
926
|
-
};
|
|
927
|
-
/**
|
|
928
|
-
* Lookup163: pallet_asset::checkpoint::pallet::Event<T>
|
|
929
|
-
**/
|
|
930
|
-
PalletAssetCheckpointPalletEvent: {
|
|
931
|
-
_enum: {
|
|
932
|
-
CheckpointCreated: string;
|
|
933
|
-
MaximumSchedulesComplexityChanged: string;
|
|
934
|
-
ScheduleCreated: string;
|
|
935
|
-
ScheduleRemoved: string;
|
|
936
|
-
};
|
|
937
|
-
};
|
|
938
|
-
/**
|
|
939
|
-
* Lookup166: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
|
|
940
|
-
**/
|
|
941
|
-
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
|
|
942
|
-
pending: string;
|
|
943
|
-
};
|
|
944
|
-
/**
|
|
945
|
-
* Lookup169: pallet_compliance_manager::pallet::Event<T>
|
|
946
|
-
**/
|
|
947
|
-
PalletComplianceManagerEvent: {
|
|
948
|
-
_enum: {
|
|
949
|
-
ComplianceRequirementCreated: string;
|
|
950
|
-
ComplianceRequirementRemoved: string;
|
|
951
|
-
AssetComplianceReplaced: string;
|
|
952
|
-
AssetComplianceReset: string;
|
|
953
|
-
AssetComplianceResumed: string;
|
|
954
|
-
AssetCompliancePaused: string;
|
|
955
|
-
ComplianceRequirementChanged: string;
|
|
956
|
-
TrustedDefaultClaimIssuerAdded: string;
|
|
957
|
-
TrustedDefaultClaimIssuerRemoved: string;
|
|
958
|
-
};
|
|
959
|
-
};
|
|
960
|
-
/**
|
|
961
|
-
* Lookup170: polymesh_primitives::compliance_manager::ComplianceRequirement
|
|
962
|
-
**/
|
|
963
|
-
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
|
|
964
|
-
senderConditions: string;
|
|
965
|
-
receiverConditions: string;
|
|
966
|
-
id: string;
|
|
967
|
-
};
|
|
968
|
-
/**
|
|
969
|
-
* Lookup172: polymesh_primitives::condition::Condition
|
|
970
|
-
**/
|
|
971
|
-
PolymeshPrimitivesCondition: {
|
|
972
|
-
conditionType: string;
|
|
973
|
-
issuers: string;
|
|
974
|
-
};
|
|
975
|
-
/**
|
|
976
|
-
* Lookup173: polymesh_primitives::condition::ConditionType
|
|
977
|
-
**/
|
|
978
|
-
PolymeshPrimitivesConditionConditionType: {
|
|
979
|
-
_enum: {
|
|
980
|
-
IsPresent: string;
|
|
981
|
-
IsAbsent: string;
|
|
982
|
-
IsAnyOf: string;
|
|
983
|
-
IsNoneOf: string;
|
|
984
|
-
IsIdentity: string;
|
|
985
|
-
};
|
|
986
|
-
};
|
|
987
|
-
/**
|
|
988
|
-
* Lookup175: polymesh_primitives::condition::TargetIdentity
|
|
989
|
-
**/
|
|
990
|
-
PolymeshPrimitivesConditionTargetIdentity: {
|
|
991
|
-
_enum: {
|
|
992
|
-
ExternalAgent: string;
|
|
993
|
-
Specific: string;
|
|
994
|
-
};
|
|
995
|
-
};
|
|
996
|
-
/**
|
|
997
|
-
* Lookup177: polymesh_primitives::condition::TrustedIssuer
|
|
998
|
-
**/
|
|
999
|
-
PolymeshPrimitivesConditionTrustedIssuer: {
|
|
1000
|
-
issuer: string;
|
|
1001
|
-
trustedFor: string;
|
|
1002
|
-
};
|
|
1003
|
-
/**
|
|
1004
|
-
* Lookup178: polymesh_primitives::condition::TrustedFor
|
|
1005
|
-
**/
|
|
1006
|
-
PolymeshPrimitivesConditionTrustedFor: {
|
|
1007
|
-
_enum: {
|
|
1008
|
-
Any: string;
|
|
1009
|
-
Specific: string;
|
|
1010
|
-
};
|
|
1011
|
-
};
|
|
1012
|
-
/**
|
|
1013
|
-
* Lookup180: polymesh_primitives::identity_claim::ClaimType
|
|
1014
|
-
**/
|
|
1015
|
-
PolymeshPrimitivesIdentityClaimClaimType: {
|
|
1016
|
-
_enum: {
|
|
1017
|
-
Accredited: string;
|
|
1018
|
-
Affiliate: string;
|
|
1019
|
-
BuyLockup: string;
|
|
1020
|
-
SellLockup: string;
|
|
1021
|
-
CustomerDueDiligence: string;
|
|
1022
|
-
KnowYourCustomer: string;
|
|
1023
|
-
Jurisdiction: string;
|
|
1024
|
-
Exempted: string;
|
|
1025
|
-
Blocked: string;
|
|
1026
|
-
Custom: string;
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
/**
|
|
1030
|
-
* Lookup182: pallet_corporate_actions::pallet::Event<T>
|
|
1031
|
-
**/
|
|
1032
|
-
PalletCorporateActionsEvent: {
|
|
1033
|
-
_enum: {
|
|
1034
|
-
MaxDetailsLengthChanged: string;
|
|
1035
|
-
DefaultTargetIdentitiesChanged: string;
|
|
1036
|
-
DefaultWithholdingTaxChanged: string;
|
|
1037
|
-
DidWithholdingTaxChanged: string;
|
|
1038
|
-
CAInitiated: string;
|
|
1039
|
-
CALinkedToDoc: string;
|
|
1040
|
-
CARemoved: string;
|
|
1041
|
-
RecordDateChanged: string;
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
/**
|
|
1045
|
-
* Lookup183: pallet_corporate_actions::TargetIdentities
|
|
1046
|
-
**/
|
|
1047
|
-
PalletCorporateActionsTargetIdentities: {
|
|
1048
|
-
identities: string;
|
|
1049
|
-
treatment: string;
|
|
1050
|
-
};
|
|
1051
|
-
/**
|
|
1052
|
-
* Lookup184: pallet_corporate_actions::TargetTreatment
|
|
1053
|
-
**/
|
|
1054
|
-
PalletCorporateActionsTargetTreatment: {
|
|
1055
|
-
_enum: string[];
|
|
1056
|
-
};
|
|
1057
|
-
/**
|
|
1058
|
-
* Lookup186: pallet_corporate_actions::CorporateAction
|
|
1059
|
-
**/
|
|
1060
|
-
PalletCorporateActionsCorporateAction: {
|
|
1061
|
-
kind: string;
|
|
1062
|
-
declDate: string;
|
|
1063
|
-
recordDate: string;
|
|
1064
|
-
targets: string;
|
|
1065
|
-
defaultWithholdingTax: string;
|
|
1066
|
-
withholdingTax: string;
|
|
1067
|
-
};
|
|
1068
|
-
/**
|
|
1069
|
-
* Lookup187: pallet_corporate_actions::CAKind
|
|
1070
|
-
**/
|
|
1071
|
-
PalletCorporateActionsCaKind: {
|
|
1072
|
-
_enum: string[];
|
|
1073
|
-
};
|
|
1074
|
-
/**
|
|
1075
|
-
* Lookup189: pallet_corporate_actions::RecordDate
|
|
1076
|
-
**/
|
|
1077
|
-
PalletCorporateActionsRecordDate: {
|
|
1078
|
-
date: string;
|
|
1079
|
-
checkpoint: string;
|
|
1080
|
-
};
|
|
1081
|
-
/**
|
|
1082
|
-
* Lookup190: pallet_corporate_actions::CACheckpoint
|
|
1083
|
-
**/
|
|
1084
|
-
PalletCorporateActionsCaCheckpoint: {
|
|
1085
|
-
_enum: {
|
|
1086
|
-
Scheduled: string;
|
|
1087
|
-
Existing: string;
|
|
1088
|
-
};
|
|
1089
|
-
};
|
|
1090
|
-
/**
|
|
1091
|
-
* Lookup195: pallet_corporate_actions::ballot::pallet::Event<T>
|
|
1092
|
-
**/
|
|
1093
|
-
PalletCorporateActionsBallotPalletEvent: {
|
|
1094
|
-
_enum: {
|
|
1095
|
-
Created: string;
|
|
1096
|
-
VoteCast: string;
|
|
1097
|
-
RangeChanged: string;
|
|
1098
|
-
MetaChanged: string;
|
|
1099
|
-
RCVChanged: string;
|
|
1100
|
-
Removed: string;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
/**
|
|
1104
|
-
* Lookup196: pallet_corporate_actions::ballot::BallotTimeRange
|
|
1105
|
-
**/
|
|
1106
|
-
PalletCorporateActionsBallotBallotTimeRange: {
|
|
1107
|
-
start: string;
|
|
1108
|
-
end: string;
|
|
1109
|
-
};
|
|
1110
|
-
/**
|
|
1111
|
-
* Lookup197: pallet_corporate_actions::ballot::BallotMeta
|
|
1112
|
-
**/
|
|
1113
|
-
PalletCorporateActionsBallotBallotMeta: {
|
|
1114
|
-
title: string;
|
|
1115
|
-
motions: string;
|
|
1116
|
-
};
|
|
1117
|
-
/**
|
|
1118
|
-
* Lookup200: pallet_corporate_actions::ballot::Motion
|
|
1119
|
-
**/
|
|
1120
|
-
PalletCorporateActionsBallotMotion: {
|
|
1121
|
-
title: string;
|
|
1122
|
-
infoLink: string;
|
|
1123
|
-
choices: string;
|
|
1124
|
-
};
|
|
1125
|
-
/**
|
|
1126
|
-
* Lookup206: pallet_corporate_actions::ballot::BallotVote
|
|
1127
|
-
**/
|
|
1128
|
-
PalletCorporateActionsBallotBallotVote: {
|
|
1129
|
-
power: string;
|
|
1130
|
-
fallback: string;
|
|
1131
|
-
};
|
|
1132
|
-
/**
|
|
1133
|
-
* Lookup209: pallet_pips::pallet::Event<T>
|
|
1134
|
-
**/
|
|
1135
|
-
PalletPipsEvent: {
|
|
1136
|
-
_enum: {
|
|
1137
|
-
HistoricalPipsPruned: string;
|
|
1138
|
-
ProposalCreated: string;
|
|
1139
|
-
ProposalStateUpdated: string;
|
|
1140
|
-
Voted: string;
|
|
1141
|
-
PipClosed: string;
|
|
1142
|
-
ExecutionScheduled: string;
|
|
1143
|
-
DefaultEnactmentPeriodChanged: string;
|
|
1144
|
-
MinimumProposalDepositChanged: string;
|
|
1145
|
-
PendingPipExpiryChanged: string;
|
|
1146
|
-
MaxPipSkipCountChanged: string;
|
|
1147
|
-
ActivePipLimitChanged: string;
|
|
1148
|
-
ProposalRefund: string;
|
|
1149
|
-
SnapshotCleared: string;
|
|
1150
|
-
SnapshotTaken: string;
|
|
1151
|
-
PipSkipped: string;
|
|
1152
|
-
SnapshotResultsEnacted: string;
|
|
1153
|
-
ExecutionSchedulingFailed: string;
|
|
1154
|
-
ExpiryScheduled: string;
|
|
1155
|
-
ExpirySchedulingFailed: string;
|
|
1156
|
-
ExecutionCancellingFailed: string;
|
|
1157
|
-
};
|
|
1158
|
-
};
|
|
1159
|
-
/**
|
|
1160
|
-
* Lookup210: pallet_pips::types::Proposer<sp_core::crypto::AccountId32>
|
|
1161
|
-
**/
|
|
1162
|
-
PalletPipsProposer: {
|
|
1163
|
-
_enum: {
|
|
1164
|
-
Community: string;
|
|
1165
|
-
Committee: string;
|
|
1166
|
-
};
|
|
1167
|
-
};
|
|
1168
|
-
/**
|
|
1169
|
-
* Lookup211: pallet_pips::types::Committee
|
|
1170
|
-
**/
|
|
1171
|
-
PalletPipsCommittee: {
|
|
1172
|
-
_enum: string[];
|
|
1173
|
-
};
|
|
1174
|
-
/**
|
|
1175
|
-
* Lookup215: pallet_pips::types::ProposalData
|
|
1176
|
-
**/
|
|
1177
|
-
PalletPipsProposalData: {
|
|
1178
|
-
_enum: {
|
|
1179
|
-
Hash: string;
|
|
1180
|
-
Proposal: string;
|
|
1181
|
-
};
|
|
1182
|
-
};
|
|
1183
|
-
/**
|
|
1184
|
-
* Lookup216: pallet_pips::types::ProposalState
|
|
1185
|
-
**/
|
|
1186
|
-
PalletPipsProposalState: {
|
|
1187
|
-
_enum: string[];
|
|
1188
|
-
};
|
|
1189
|
-
/**
|
|
1190
|
-
* Lookup219: pallet_pips::types::SnapshottedPip
|
|
1191
|
-
**/
|
|
1192
|
-
PalletPipsSnapshottedPip: {
|
|
1193
|
-
id: string;
|
|
1194
|
-
weight: string;
|
|
1195
|
-
};
|
|
1196
|
-
/**
|
|
1197
|
-
* Lookup225: pallet_portfolio::pallet::Event<T>
|
|
1198
|
-
**/
|
|
1199
|
-
PalletPortfolioEvent: {
|
|
1200
|
-
_enum: {
|
|
1201
|
-
PortfolioCreated: string;
|
|
1202
|
-
PortfolioDeleted: string;
|
|
1203
|
-
PortfolioRenamed: string;
|
|
1204
|
-
UserPortfolios: string;
|
|
1205
|
-
PortfolioCustodianChanged: string;
|
|
1206
|
-
FundsMovedBetweenPortfolios: string;
|
|
1207
|
-
PreApprovedPortfolio: string;
|
|
1208
|
-
RevokePreApprovedPortfolio: string;
|
|
1209
|
-
AllowIdentityToCreatePortfolios: string;
|
|
1210
|
-
RevokeCreatePortfoliosPermission: string;
|
|
1211
|
-
};
|
|
1212
|
-
};
|
|
1213
|
-
/**
|
|
1214
|
-
* Lookup229: polymesh_primitives::portfolio::FundDescription
|
|
1215
|
-
**/
|
|
1216
|
-
PolymeshPrimitivesPortfolioFundDescription: {
|
|
1217
|
-
_enum: {
|
|
1218
|
-
Fungible: {
|
|
1219
|
-
assetId: string;
|
|
1220
|
-
amount: string;
|
|
1221
|
-
};
|
|
1222
|
-
NonFungible: string;
|
|
1223
|
-
};
|
|
1224
|
-
};
|
|
1225
|
-
/**
|
|
1226
|
-
* Lookup230: polymesh_primitives::nft::NFTs
|
|
1227
|
-
**/
|
|
1228
|
-
PolymeshPrimitivesNftNfTs: {
|
|
1229
|
-
assetId: string;
|
|
1230
|
-
ids: string;
|
|
1231
|
-
};
|
|
1232
|
-
/**
|
|
1233
|
-
* Lookup233: pallet_protocol_fee::pallet::Event<T>
|
|
1234
|
-
**/
|
|
1235
|
-
PalletProtocolFeeEvent: {
|
|
1236
|
-
_enum: {
|
|
1237
|
-
FeeSet: string;
|
|
1238
|
-
CoefficientSet: string;
|
|
1239
|
-
FeeCharged: string;
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
/**
|
|
1243
|
-
* Lookup234: polymesh_primitives::PosRatio
|
|
1244
|
-
**/
|
|
1245
|
-
PolymeshPrimitivesPosRatio: string;
|
|
1246
|
-
/**
|
|
1247
|
-
* Lookup235: pallet_scheduler::pallet::Event<T>
|
|
1248
|
-
**/
|
|
1249
|
-
PalletSchedulerEvent: {
|
|
1250
|
-
_enum: {
|
|
1251
|
-
Scheduled: {
|
|
1252
|
-
when: string;
|
|
1253
|
-
index: string;
|
|
1254
|
-
};
|
|
1255
|
-
Canceled: {
|
|
1256
|
-
when: string;
|
|
1257
|
-
index: string;
|
|
1258
|
-
};
|
|
1259
|
-
Dispatched: {
|
|
1260
|
-
task: string;
|
|
1261
|
-
id: string;
|
|
1262
|
-
result: string;
|
|
1263
|
-
};
|
|
1264
|
-
CallUnavailable: {
|
|
1265
|
-
task: string;
|
|
1266
|
-
id: string;
|
|
1267
|
-
};
|
|
1268
|
-
PeriodicFailed: {
|
|
1269
|
-
task: string;
|
|
1270
|
-
id: string;
|
|
1271
|
-
};
|
|
1272
|
-
PermanentlyOverweight: {
|
|
1273
|
-
task: string;
|
|
1274
|
-
id: string;
|
|
1275
|
-
};
|
|
1276
|
-
};
|
|
1277
|
-
};
|
|
1278
|
-
/**
|
|
1279
|
-
* Lookup238: pallet_settlement::pallet::Event<T>
|
|
1280
|
-
**/
|
|
1281
|
-
PalletSettlementEvent: {
|
|
1282
|
-
_enum: {
|
|
1283
|
-
VenueCreated: string;
|
|
1284
|
-
VenueDetailsUpdated: string;
|
|
1285
|
-
VenueTypeUpdated: string;
|
|
1286
|
-
InstructionAffirmed: string;
|
|
1287
|
-
AffirmationWithdrawn: string;
|
|
1288
|
-
InstructionRejected: string;
|
|
1289
|
-
ReceiptClaimed: string;
|
|
1290
|
-
VenueFiltering: string;
|
|
1291
|
-
VenuesAllowed: string;
|
|
1292
|
-
VenuesBlocked: string;
|
|
1293
|
-
LegFailedExecution: string;
|
|
1294
|
-
InstructionExecuted: string;
|
|
1295
|
-
VenueUnauthorized: string;
|
|
1296
|
-
SchedulingFailed: string;
|
|
1297
|
-
InstructionRescheduled: string;
|
|
1298
|
-
VenueSignersUpdated: string;
|
|
1299
|
-
SettlementManuallyExecuted: string;
|
|
1300
|
-
InstructionCreated: string;
|
|
1301
|
-
FailedToExecuteInstruction: string;
|
|
1302
|
-
InstructionAutomaticallyAffirmed: string;
|
|
1303
|
-
MediatorAffirmationReceived: string;
|
|
1304
|
-
MediatorAffirmationWithdrawn: string;
|
|
1305
|
-
InstructionMediators: string;
|
|
1306
|
-
};
|
|
1307
|
-
};
|
|
1308
|
-
/**
|
|
1309
|
-
* Lookup241: polymesh_primitives::settlement::VenueType
|
|
1310
|
-
**/
|
|
1311
|
-
PolymeshPrimitivesSettlementVenueType: {
|
|
1312
|
-
_enum: string[];
|
|
1313
|
-
};
|
|
1314
|
-
/**
|
|
1315
|
-
* Lookup244: polymesh_primitives::settlement::ReceiptMetadata
|
|
1316
|
-
**/
|
|
1317
|
-
PolymeshPrimitivesSettlementReceiptMetadata: string;
|
|
1318
|
-
/**
|
|
1319
|
-
* Lookup247: polymesh_primitives::settlement::SettlementType<BlockNumber>
|
|
1320
|
-
**/
|
|
1321
|
-
PolymeshPrimitivesSettlementSettlementType: {
|
|
1322
|
-
_enum: {
|
|
1323
|
-
SettleOnAffirmation: string;
|
|
1324
|
-
SettleOnBlock: string;
|
|
1325
|
-
SettleManual: string;
|
|
1326
|
-
};
|
|
1327
|
-
};
|
|
1328
|
-
/**
|
|
1329
|
-
* Lookup249: polymesh_primitives::settlement::Leg
|
|
1330
|
-
**/
|
|
1331
|
-
PolymeshPrimitivesSettlementLeg: {
|
|
1332
|
-
_enum: {
|
|
1333
|
-
Fungible: {
|
|
1334
|
-
sender: string;
|
|
1335
|
-
receiver: string;
|
|
1336
|
-
assetId: string;
|
|
1337
|
-
amount: string;
|
|
1338
|
-
};
|
|
1339
|
-
NonFungible: {
|
|
1340
|
-
sender: string;
|
|
1341
|
-
receiver: string;
|
|
1342
|
-
nfts: string;
|
|
1343
|
-
};
|
|
1344
|
-
OffChain: {
|
|
1345
|
-
senderIdentity: string;
|
|
1346
|
-
receiverIdentity: string;
|
|
1347
|
-
ticker: string;
|
|
1348
|
-
amount: string;
|
|
1349
|
-
};
|
|
1350
|
-
};
|
|
1351
|
-
};
|
|
1352
|
-
/**
|
|
1353
|
-
* Lookup250: pallet_statistics::pallet::Event<T>
|
|
1354
|
-
**/
|
|
1355
|
-
PalletStatisticsEvent: {
|
|
1356
|
-
_enum: {
|
|
1357
|
-
StatTypesAdded: string;
|
|
1358
|
-
StatTypesRemoved: string;
|
|
1359
|
-
AssetStatsUpdated: string;
|
|
1360
|
-
SetAssetTransferCompliance: string;
|
|
1361
|
-
TransferConditionExemptionsAdded: string;
|
|
1362
|
-
TransferConditionExemptionsRemoved: string;
|
|
1363
|
-
};
|
|
1364
|
-
};
|
|
1365
|
-
/**
|
|
1366
|
-
* Lookup252: polymesh_primitives::statistics::StatType
|
|
1367
|
-
**/
|
|
1368
|
-
PolymeshPrimitivesStatisticsStatType: {
|
|
1369
|
-
operationType: string;
|
|
1370
|
-
claimIssuer: string;
|
|
1371
|
-
};
|
|
1372
|
-
/**
|
|
1373
|
-
* Lookup253: polymesh_primitives::statistics::StatOpType
|
|
1374
|
-
**/
|
|
1375
|
-
PolymeshPrimitivesStatisticsStatOpType: {
|
|
1376
|
-
_enum: string[];
|
|
1377
|
-
};
|
|
1378
|
-
/**
|
|
1379
|
-
* Lookup257: polymesh_primitives::statistics::StatUpdate
|
|
1380
|
-
**/
|
|
1381
|
-
PolymeshPrimitivesStatisticsStatUpdate: {
|
|
1382
|
-
key2: string;
|
|
1383
|
-
value: string;
|
|
1384
|
-
};
|
|
1385
|
-
/**
|
|
1386
|
-
* Lookup258: polymesh_primitives::statistics::Stat2ndKey
|
|
1387
|
-
**/
|
|
1388
|
-
PolymeshPrimitivesStatisticsStat2ndKey: {
|
|
1389
|
-
_enum: {
|
|
1390
|
-
NoClaimStat: string;
|
|
1391
|
-
Claim: string;
|
|
1392
|
-
};
|
|
1393
|
-
};
|
|
1394
|
-
/**
|
|
1395
|
-
* Lookup259: polymesh_primitives::statistics::StatClaim
|
|
1396
|
-
**/
|
|
1397
|
-
PolymeshPrimitivesStatisticsStatClaim: {
|
|
1398
|
-
_enum: {
|
|
1399
|
-
Accredited: string;
|
|
1400
|
-
Affiliate: string;
|
|
1401
|
-
Jurisdiction: string;
|
|
1402
|
-
};
|
|
1403
|
-
};
|
|
1404
|
-
/**
|
|
1405
|
-
* Lookup263: polymesh_primitives::transfer_compliance::TransferCondition
|
|
1406
|
-
**/
|
|
1407
|
-
PolymeshPrimitivesTransferComplianceTransferCondition: {
|
|
1408
|
-
_enum: {
|
|
1409
|
-
MaxInvestorCount: string;
|
|
1410
|
-
MaxInvestorOwnership: string;
|
|
1411
|
-
ClaimCount: string;
|
|
1412
|
-
ClaimOwnership: string;
|
|
1413
|
-
};
|
|
1414
|
-
};
|
|
1415
|
-
/**
|
|
1416
|
-
* Lookup264: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
|
|
1417
|
-
**/
|
|
1418
|
-
PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
|
|
1419
|
-
assetId: string;
|
|
1420
|
-
op: string;
|
|
1421
|
-
claimType: string;
|
|
1422
|
-
};
|
|
1423
|
-
/**
|
|
1424
|
-
* Lookup266: pallet_sto::pallet::Event<T>
|
|
1425
|
-
**/
|
|
1426
|
-
PalletStoEvent: {
|
|
1427
|
-
_enum: {
|
|
1428
|
-
FundraiserCreated: string;
|
|
1429
|
-
Invested: string;
|
|
1430
|
-
FundraiserFrozen: string;
|
|
1431
|
-
FundraiserUnfrozen: string;
|
|
1432
|
-
FundraiserWindowModified: string;
|
|
1433
|
-
FundraiserClosed: string;
|
|
1434
|
-
};
|
|
1435
|
-
};
|
|
1436
|
-
/**
|
|
1437
|
-
* Lookup269: pallet_sto::Fundraiser<Moment>
|
|
1438
|
-
**/
|
|
1439
|
-
PalletStoFundraiser: {
|
|
1440
|
-
creator: string;
|
|
1441
|
-
offeringPortfolio: string;
|
|
1442
|
-
offeringAsset: string;
|
|
1443
|
-
raisingPortfolio: string;
|
|
1444
|
-
raisingAsset: string;
|
|
1445
|
-
tiers: string;
|
|
1446
|
-
venueId: string;
|
|
1447
|
-
start: string;
|
|
1448
|
-
end: string;
|
|
1449
|
-
status: string;
|
|
1450
|
-
minimumInvestment: string;
|
|
1451
|
-
};
|
|
1452
|
-
/**
|
|
1453
|
-
* Lookup271: pallet_sto::FundraiserTier
|
|
1454
|
-
**/
|
|
1455
|
-
PalletStoFundraiserTier: {
|
|
1456
|
-
total: string;
|
|
1457
|
-
price: string;
|
|
1458
|
-
remaining: string;
|
|
1459
|
-
};
|
|
1460
|
-
/**
|
|
1461
|
-
* Lookup272: pallet_sto::FundraiserStatus
|
|
1462
|
-
**/
|
|
1463
|
-
PalletStoFundraiserStatus: {
|
|
1464
|
-
_enum: string[];
|
|
1465
|
-
};
|
|
1466
|
-
/**
|
|
1467
|
-
* Lookup273: pallet_treasury::pallet::Event<T>
|
|
1468
|
-
**/
|
|
1469
|
-
PalletTreasuryEvent: {
|
|
1470
|
-
_enum: {
|
|
1471
|
-
TreasuryDisbursement: string;
|
|
1472
|
-
TreasuryDisbursementFailed: string;
|
|
1473
|
-
TreasuryReimbursement: string;
|
|
1474
|
-
};
|
|
1475
|
-
};
|
|
1476
|
-
/**
|
|
1477
|
-
* Lookup274: pallet_utility::pallet::Event<T>
|
|
1478
|
-
**/
|
|
1479
|
-
PalletUtilityEvent: {
|
|
1480
|
-
_enum: {
|
|
1481
|
-
BatchInterrupted: {
|
|
1482
|
-
index: string;
|
|
1483
|
-
error: string;
|
|
1484
|
-
};
|
|
1485
|
-
BatchCompleted: string;
|
|
1486
|
-
BatchCompletedWithErrors: string;
|
|
1487
|
-
ItemCompleted: string;
|
|
1488
|
-
ItemFailed: {
|
|
1489
|
-
error: string;
|
|
1490
|
-
};
|
|
1491
|
-
DispatchedAs: {
|
|
1492
|
-
result: string;
|
|
1493
|
-
};
|
|
1494
|
-
RelayedTx: {
|
|
1495
|
-
callerDid: string;
|
|
1496
|
-
target: string;
|
|
1497
|
-
result: string;
|
|
1498
|
-
};
|
|
1499
|
-
};
|
|
1500
|
-
};
|
|
1501
|
-
/**
|
|
1502
|
-
* Lookup275: pallet_base::pallet::Event
|
|
1503
|
-
**/
|
|
1504
|
-
PalletBaseEvent: {
|
|
1505
|
-
_enum: {
|
|
1506
|
-
UnexpectedError: string;
|
|
1507
|
-
};
|
|
1508
|
-
};
|
|
1509
|
-
/**
|
|
1510
|
-
* Lookup277: pallet_external_agents::pallet::Event<T>
|
|
1511
|
-
**/
|
|
1512
|
-
PalletExternalAgentsEvent: {
|
|
1513
|
-
_enum: {
|
|
1514
|
-
GroupCreated: string;
|
|
1515
|
-
GroupPermissionsUpdated: string;
|
|
1516
|
-
AgentAdded: string;
|
|
1517
|
-
AgentRemoved: string;
|
|
1518
|
-
GroupChanged: string;
|
|
1519
|
-
};
|
|
1520
|
-
};
|
|
1521
|
-
/**
|
|
1522
|
-
* Lookup278: pallet_relayer::pallet::Event<T>
|
|
1523
|
-
**/
|
|
1524
|
-
PalletRelayerEvent: {
|
|
1525
|
-
_enum: {
|
|
1526
|
-
AuthorizedPayingKey: string;
|
|
1527
|
-
AcceptedPayingKey: string;
|
|
1528
|
-
RemovedPayingKey: string;
|
|
1529
|
-
UpdatedPolyxLimit: string;
|
|
1530
|
-
};
|
|
1531
|
-
};
|
|
1532
|
-
/**
|
|
1533
|
-
* Lookup279: pallet_contracts::pallet::Event<T>
|
|
1534
|
-
**/
|
|
1535
|
-
PalletContractsEvent: {
|
|
1536
|
-
_enum: {
|
|
1537
|
-
Instantiated: {
|
|
1538
|
-
deployer: string;
|
|
1539
|
-
contract: string;
|
|
1540
|
-
};
|
|
1541
|
-
Terminated: {
|
|
1542
|
-
contract: string;
|
|
1543
|
-
beneficiary: string;
|
|
1544
|
-
};
|
|
1545
|
-
CodeStored: {
|
|
1546
|
-
codeHash: string;
|
|
1547
|
-
};
|
|
1548
|
-
ContractEmitted: {
|
|
1549
|
-
contract: string;
|
|
1550
|
-
data: string;
|
|
1551
|
-
};
|
|
1552
|
-
CodeRemoved: {
|
|
1553
|
-
codeHash: string;
|
|
1554
|
-
};
|
|
1555
|
-
ContractCodeUpdated: {
|
|
1556
|
-
contract: string;
|
|
1557
|
-
newCodeHash: string;
|
|
1558
|
-
oldCodeHash: string;
|
|
1559
|
-
};
|
|
1560
|
-
Called: {
|
|
1561
|
-
caller: string;
|
|
1562
|
-
contract: string;
|
|
1563
|
-
};
|
|
1564
|
-
DelegateCalled: {
|
|
1565
|
-
contract: string;
|
|
1566
|
-
codeHash: string;
|
|
1567
|
-
};
|
|
1568
|
-
};
|
|
1569
|
-
};
|
|
1570
|
-
/**
|
|
1571
|
-
* Lookup280: polymesh_contracts::pallet::Event<T>
|
|
1572
|
-
**/
|
|
1573
|
-
PolymeshContractsEvent: {
|
|
1574
|
-
_enum: {
|
|
1575
|
-
ApiHashUpdated: string;
|
|
1576
|
-
SCRuntimeCall: string;
|
|
1577
|
-
};
|
|
1578
|
-
};
|
|
1579
|
-
/**
|
|
1580
|
-
* Lookup281: polymesh_contracts::Api
|
|
1581
|
-
**/
|
|
1582
|
-
PolymeshContractsApi: {
|
|
1583
|
-
desc: string;
|
|
1584
|
-
major: string;
|
|
1585
|
-
};
|
|
1586
|
-
/**
|
|
1587
|
-
* Lookup282: polymesh_contracts::ChainVersion
|
|
1588
|
-
**/
|
|
1589
|
-
PolymeshContractsChainVersion: {
|
|
1590
|
-
specVersion: string;
|
|
1591
|
-
txVersion: string;
|
|
1592
|
-
};
|
|
1593
|
-
/**
|
|
1594
|
-
* Lookup283: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1595
|
-
**/
|
|
1596
|
-
PolymeshContractsChainExtensionExtrinsicId: string;
|
|
1597
|
-
/**
|
|
1598
|
-
* Lookup284: pallet_preimage::pallet::Event<T>
|
|
1599
|
-
**/
|
|
1600
|
-
PalletPreimageEvent: {
|
|
1601
|
-
_enum: {
|
|
1602
|
-
Noted: {
|
|
1603
|
-
_alias: {
|
|
1604
|
-
hash_: string;
|
|
1605
|
-
};
|
|
1606
|
-
hash_: string;
|
|
1607
|
-
};
|
|
1608
|
-
Requested: {
|
|
1609
|
-
_alias: {
|
|
1610
|
-
hash_: string;
|
|
1611
|
-
};
|
|
1612
|
-
hash_: string;
|
|
1613
|
-
};
|
|
1614
|
-
Cleared: {
|
|
1615
|
-
_alias: {
|
|
1616
|
-
hash_: string;
|
|
1617
|
-
};
|
|
1618
|
-
hash_: string;
|
|
1619
|
-
};
|
|
1620
|
-
};
|
|
1621
|
-
};
|
|
1622
|
-
/**
|
|
1623
|
-
* Lookup285: pallet_nft::pallet::Event<T>
|
|
1624
|
-
**/
|
|
1625
|
-
PalletNftEvent: {
|
|
1626
|
-
_enum: {
|
|
1627
|
-
NftCollectionCreated: string;
|
|
1628
|
-
NFTPortfolioUpdated: string;
|
|
1629
|
-
};
|
|
1630
|
-
};
|
|
1631
|
-
/**
|
|
1632
|
-
* Lookup287: pallet_election_provider_multi_phase::pallet::Event<T>
|
|
1633
|
-
**/
|
|
1634
|
-
PalletElectionProviderMultiPhaseEvent: {
|
|
1635
|
-
_enum: {
|
|
1636
|
-
SolutionStored: {
|
|
1637
|
-
compute: string;
|
|
1638
|
-
origin: string;
|
|
1639
|
-
prevEjected: string;
|
|
1640
|
-
};
|
|
1641
|
-
ElectionFinalized: {
|
|
1642
|
-
compute: string;
|
|
1643
|
-
score: string;
|
|
1644
|
-
};
|
|
1645
|
-
ElectionFailed: string;
|
|
1646
|
-
Rewarded: {
|
|
1647
|
-
account: string;
|
|
1648
|
-
value: string;
|
|
1649
|
-
};
|
|
1650
|
-
Slashed: {
|
|
1651
|
-
account: string;
|
|
1652
|
-
value: string;
|
|
1653
|
-
};
|
|
1654
|
-
PhaseTransitioned: {
|
|
1655
|
-
from: string;
|
|
1656
|
-
to: string;
|
|
1657
|
-
round: string;
|
|
1658
|
-
};
|
|
1659
|
-
};
|
|
1660
|
-
};
|
|
1661
|
-
/**
|
|
1662
|
-
* Lookup288: pallet_election_provider_multi_phase::ElectionCompute
|
|
1663
|
-
**/
|
|
1664
|
-
PalletElectionProviderMultiPhaseElectionCompute: {
|
|
1665
|
-
_enum: string[];
|
|
1666
|
-
};
|
|
1667
|
-
/**
|
|
1668
|
-
* Lookup289: sp_npos_elections::ElectionScore
|
|
1669
|
-
**/
|
|
1670
|
-
SpNposElectionsElectionScore: {
|
|
1671
|
-
minimalStake: string;
|
|
1672
|
-
sumStake: string;
|
|
1673
|
-
sumStakeSquared: string;
|
|
1674
|
-
};
|
|
1675
|
-
/**
|
|
1676
|
-
* Lookup290: pallet_election_provider_multi_phase::Phase<Bn>
|
|
1677
|
-
**/
|
|
1678
|
-
PalletElectionProviderMultiPhasePhase: {
|
|
1679
|
-
_enum: {
|
|
1680
|
-
Off: string;
|
|
1681
|
-
Signed: string;
|
|
1682
|
-
Unsigned: string;
|
|
1683
|
-
Emergency: string;
|
|
1684
|
-
};
|
|
1685
|
-
};
|
|
1686
|
-
/**
|
|
1687
|
-
* Lookup292: frame_system::Phase
|
|
1688
|
-
**/
|
|
1689
|
-
FrameSystemPhase: {
|
|
1690
|
-
_enum: {
|
|
1691
|
-
ApplyExtrinsic: string;
|
|
1692
|
-
Finalization: string;
|
|
1693
|
-
Initialization: string;
|
|
1694
|
-
};
|
|
1695
|
-
};
|
|
1696
|
-
/**
|
|
1697
|
-
* Lookup295: frame_system::LastRuntimeUpgradeInfo
|
|
1698
|
-
**/
|
|
1699
|
-
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1700
|
-
specVersion: string;
|
|
1701
|
-
specName: string;
|
|
1702
|
-
};
|
|
1703
|
-
/**
|
|
1704
|
-
* Lookup297: frame_system::pallet::Call<T>
|
|
1705
|
-
**/
|
|
1706
|
-
FrameSystemCall: {
|
|
1707
|
-
_enum: {
|
|
1708
|
-
remark: {
|
|
1709
|
-
remark: string;
|
|
1710
|
-
};
|
|
1711
|
-
set_heap_pages: {
|
|
1712
|
-
pages: string;
|
|
1713
|
-
};
|
|
1714
|
-
set_code: {
|
|
1715
|
-
code: string;
|
|
1716
|
-
};
|
|
1717
|
-
set_code_without_checks: {
|
|
1718
|
-
code: string;
|
|
1719
|
-
};
|
|
1720
|
-
set_storage: {
|
|
1721
|
-
items: string;
|
|
1722
|
-
};
|
|
1723
|
-
kill_storage: {
|
|
1724
|
-
_alias: {
|
|
1725
|
-
keys_: string;
|
|
1726
|
-
};
|
|
1727
|
-
keys_: string;
|
|
1728
|
-
};
|
|
1729
|
-
kill_prefix: {
|
|
1730
|
-
prefix: string;
|
|
1731
|
-
subkeys: string;
|
|
1732
|
-
};
|
|
1733
|
-
remark_with_event: {
|
|
1734
|
-
remark: string;
|
|
1735
|
-
};
|
|
1736
|
-
};
|
|
1737
|
-
};
|
|
1738
|
-
/**
|
|
1739
|
-
* Lookup301: frame_system::limits::BlockWeights
|
|
1740
|
-
**/
|
|
1741
|
-
FrameSystemLimitsBlockWeights: {
|
|
1742
|
-
baseBlock: string;
|
|
1743
|
-
maxBlock: string;
|
|
1744
|
-
perClass: string;
|
|
1745
|
-
};
|
|
1746
|
-
/**
|
|
1747
|
-
* Lookup302: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1748
|
-
**/
|
|
1749
|
-
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1750
|
-
normal: string;
|
|
1751
|
-
operational: string;
|
|
1752
|
-
mandatory: string;
|
|
1753
|
-
};
|
|
1754
|
-
/**
|
|
1755
|
-
* Lookup303: frame_system::limits::WeightsPerClass
|
|
1756
|
-
**/
|
|
1757
|
-
FrameSystemLimitsWeightsPerClass: {
|
|
1758
|
-
baseExtrinsic: string;
|
|
1759
|
-
maxExtrinsic: string;
|
|
1760
|
-
maxTotal: string;
|
|
1761
|
-
reserved: string;
|
|
1762
|
-
};
|
|
1763
|
-
/**
|
|
1764
|
-
* Lookup305: frame_system::limits::BlockLength
|
|
1765
|
-
**/
|
|
1766
|
-
FrameSystemLimitsBlockLength: {
|
|
1767
|
-
max: string;
|
|
1768
|
-
};
|
|
1769
|
-
/**
|
|
1770
|
-
* Lookup306: frame_support::dispatch::PerDispatchClass<T>
|
|
1771
|
-
**/
|
|
1772
|
-
FrameSupportDispatchPerDispatchClassU32: {
|
|
1773
|
-
normal: string;
|
|
1774
|
-
operational: string;
|
|
1775
|
-
mandatory: string;
|
|
1776
|
-
};
|
|
1777
|
-
/**
|
|
1778
|
-
* Lookup307: sp_weights::RuntimeDbWeight
|
|
1779
|
-
**/
|
|
1780
|
-
SpWeightsRuntimeDbWeight: {
|
|
1781
|
-
read: string;
|
|
1782
|
-
write: string;
|
|
1783
|
-
};
|
|
1784
|
-
/**
|
|
1785
|
-
* Lookup308: sp_version::RuntimeVersion
|
|
1786
|
-
**/
|
|
1787
|
-
SpVersionRuntimeVersion: {
|
|
1788
|
-
specName: string;
|
|
1789
|
-
implName: string;
|
|
1790
|
-
authoringVersion: string;
|
|
1791
|
-
specVersion: string;
|
|
1792
|
-
implVersion: string;
|
|
1793
|
-
apis: string;
|
|
1794
|
-
transactionVersion: string;
|
|
1795
|
-
stateVersion: string;
|
|
1796
|
-
};
|
|
1797
|
-
/**
|
|
1798
|
-
* Lookup313: frame_system::pallet::Error<T>
|
|
1799
|
-
**/
|
|
1800
|
-
FrameSystemError: {
|
|
1801
|
-
_enum: string[];
|
|
1802
|
-
};
|
|
1803
|
-
/**
|
|
1804
|
-
* Lookup316: sp_consensus_babe::app::Public
|
|
1805
|
-
**/
|
|
1806
|
-
SpConsensusBabeAppPublic: string;
|
|
1807
|
-
/**
|
|
1808
|
-
* Lookup319: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1809
|
-
**/
|
|
1810
|
-
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1811
|
-
_enum: {
|
|
1812
|
-
__Unused0: string;
|
|
1813
|
-
V1: {
|
|
1814
|
-
c: string;
|
|
1815
|
-
allowedSlots: string;
|
|
1816
|
-
};
|
|
1817
|
-
};
|
|
1818
|
-
};
|
|
1819
|
-
/**
|
|
1820
|
-
* Lookup321: sp_consensus_babe::AllowedSlots
|
|
1821
|
-
**/
|
|
1822
|
-
SpConsensusBabeAllowedSlots: {
|
|
1823
|
-
_enum: string[];
|
|
1824
|
-
};
|
|
1825
|
-
/**
|
|
1826
|
-
* Lookup325: sp_consensus_babe::digests::PreDigest
|
|
1827
|
-
**/
|
|
1828
|
-
SpConsensusBabeDigestsPreDigest: {
|
|
1829
|
-
_enum: {
|
|
1830
|
-
__Unused0: string;
|
|
1831
|
-
Primary: string;
|
|
1832
|
-
SecondaryPlain: string;
|
|
1833
|
-
SecondaryVRF: string;
|
|
1834
|
-
};
|
|
1835
|
-
};
|
|
1836
|
-
/**
|
|
1837
|
-
* Lookup326: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1838
|
-
**/
|
|
1839
|
-
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1840
|
-
authorityIndex: string;
|
|
1841
|
-
slot: string;
|
|
1842
|
-
vrfOutput: string;
|
|
1843
|
-
vrfProof: string;
|
|
1844
|
-
};
|
|
1845
|
-
/**
|
|
1846
|
-
* Lookup327: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1847
|
-
**/
|
|
1848
|
-
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1849
|
-
authorityIndex: string;
|
|
1850
|
-
slot: string;
|
|
1851
|
-
};
|
|
1852
|
-
/**
|
|
1853
|
-
* Lookup328: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1854
|
-
**/
|
|
1855
|
-
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1856
|
-
authorityIndex: string;
|
|
1857
|
-
slot: string;
|
|
1858
|
-
vrfOutput: string;
|
|
1859
|
-
vrfProof: string;
|
|
1860
|
-
};
|
|
1861
|
-
/**
|
|
1862
|
-
* Lookup329: sp_consensus_babe::BabeEpochConfiguration
|
|
1863
|
-
**/
|
|
1864
|
-
SpConsensusBabeBabeEpochConfiguration: {
|
|
1865
|
-
c: string;
|
|
1866
|
-
allowedSlots: string;
|
|
1867
|
-
};
|
|
1868
|
-
/**
|
|
1869
|
-
* Lookup333: pallet_babe::pallet::Call<T>
|
|
1870
|
-
**/
|
|
1871
|
-
PalletBabeCall: {
|
|
1872
|
-
_enum: {
|
|
1873
|
-
report_equivocation: {
|
|
1874
|
-
equivocationProof: string;
|
|
1875
|
-
keyOwnerProof: string;
|
|
1876
|
-
};
|
|
1877
|
-
report_equivocation_unsigned: {
|
|
1878
|
-
equivocationProof: string;
|
|
1879
|
-
keyOwnerProof: string;
|
|
1880
|
-
};
|
|
1881
|
-
plan_config_change: {
|
|
1882
|
-
config: string;
|
|
1883
|
-
};
|
|
1884
|
-
};
|
|
1885
|
-
};
|
|
1886
|
-
/**
|
|
1887
|
-
* Lookup334: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
1888
|
-
**/
|
|
1889
|
-
SpConsensusSlotsEquivocationProof: {
|
|
1890
|
-
offender: string;
|
|
1891
|
-
slot: string;
|
|
1892
|
-
firstHeader: string;
|
|
1893
|
-
secondHeader: string;
|
|
1894
|
-
};
|
|
1895
|
-
/**
|
|
1896
|
-
* Lookup335: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
1897
|
-
**/
|
|
1898
|
-
SpRuntimeHeader: {
|
|
1899
|
-
parentHash: string;
|
|
1900
|
-
number: string;
|
|
1901
|
-
stateRoot: string;
|
|
1902
|
-
extrinsicsRoot: string;
|
|
1903
|
-
digest: string;
|
|
1904
|
-
};
|
|
1905
|
-
/**
|
|
1906
|
-
* Lookup336: sp_runtime::traits::BlakeTwo256
|
|
1907
|
-
**/
|
|
1908
|
-
SpRuntimeBlakeTwo256: string;
|
|
1909
|
-
/**
|
|
1910
|
-
* Lookup337: sp_session::MembershipProof
|
|
1911
|
-
**/
|
|
1912
|
-
SpSessionMembershipProof: {
|
|
1913
|
-
session: string;
|
|
1914
|
-
trieNodes: string;
|
|
1915
|
-
validatorCount: string;
|
|
1916
|
-
};
|
|
1917
|
-
/**
|
|
1918
|
-
* Lookup338: pallet_babe::pallet::Error<T>
|
|
1919
|
-
**/
|
|
1920
|
-
PalletBabeError: {
|
|
1921
|
-
_enum: string[];
|
|
1922
|
-
};
|
|
1923
|
-
/**
|
|
1924
|
-
* Lookup339: pallet_timestamp::pallet::Call<T>
|
|
1925
|
-
**/
|
|
1926
|
-
PalletTimestampCall: {
|
|
1927
|
-
_enum: {
|
|
1928
|
-
set: {
|
|
1929
|
-
now: string;
|
|
1930
|
-
};
|
|
1931
|
-
};
|
|
1932
|
-
};
|
|
1933
|
-
/**
|
|
1934
|
-
* Lookup341: pallet_indices::pallet::Call<T>
|
|
1935
|
-
**/
|
|
1936
|
-
PalletIndicesCall: {
|
|
1937
|
-
_enum: {
|
|
1938
|
-
claim: {
|
|
1939
|
-
index: string;
|
|
1940
|
-
};
|
|
1941
|
-
transfer: {
|
|
1942
|
-
_alias: {
|
|
1943
|
-
new_: string;
|
|
1944
|
-
};
|
|
1945
|
-
new_: string;
|
|
1946
|
-
index: string;
|
|
1947
|
-
};
|
|
1948
|
-
free: {
|
|
1949
|
-
index: string;
|
|
1950
|
-
};
|
|
1951
|
-
force_transfer: {
|
|
1952
|
-
_alias: {
|
|
1953
|
-
new_: string;
|
|
1954
|
-
};
|
|
1955
|
-
new_: string;
|
|
1956
|
-
index: string;
|
|
1957
|
-
freeze: string;
|
|
1958
|
-
};
|
|
1959
|
-
freeze: {
|
|
1960
|
-
index: string;
|
|
1961
|
-
};
|
|
1962
|
-
};
|
|
1963
|
-
};
|
|
1964
|
-
/**
|
|
1965
|
-
* Lookup343: pallet_indices::pallet::Error<T>
|
|
1966
|
-
**/
|
|
1967
|
-
PalletIndicesError: {
|
|
1968
|
-
_enum: string[];
|
|
1969
|
-
};
|
|
1970
|
-
/**
|
|
1971
|
-
* Lookup345: pallet_balances::pallet::BalanceLock<Balance>
|
|
1972
|
-
**/
|
|
1973
|
-
PalletBalancesBalanceLock: {
|
|
1974
|
-
id: string;
|
|
1975
|
-
amount: string;
|
|
1976
|
-
reasons: string;
|
|
1977
|
-
};
|
|
1978
|
-
/**
|
|
1979
|
-
* Lookup346: pallet_balances::Reasons
|
|
1980
|
-
**/
|
|
1981
|
-
PalletBalancesReasons: {
|
|
1982
|
-
_enum: string[];
|
|
1983
|
-
};
|
|
1984
|
-
/**
|
|
1985
|
-
* Lookup347: pallet_balances::pallet::Call<T>
|
|
1986
|
-
**/
|
|
1987
|
-
PalletBalancesCall: {
|
|
1988
|
-
_enum: {
|
|
1989
|
-
transfer: {
|
|
1990
|
-
dest: string;
|
|
1991
|
-
value: string;
|
|
1992
|
-
};
|
|
1993
|
-
transfer_with_memo: {
|
|
1994
|
-
dest: string;
|
|
1995
|
-
value: string;
|
|
1996
|
-
memo: string;
|
|
1997
|
-
};
|
|
1998
|
-
deposit_block_reward_reserve_balance: {
|
|
1999
|
-
value: string;
|
|
2000
|
-
};
|
|
2001
|
-
set_balance: {
|
|
2002
|
-
who: string;
|
|
2003
|
-
newFree: string;
|
|
2004
|
-
newReserved: string;
|
|
2005
|
-
};
|
|
2006
|
-
force_transfer: {
|
|
2007
|
-
source: string;
|
|
2008
|
-
dest: string;
|
|
2009
|
-
value: string;
|
|
2010
|
-
};
|
|
2011
|
-
burn_account_balance: {
|
|
2012
|
-
amount: string;
|
|
2013
|
-
};
|
|
2014
|
-
};
|
|
2015
|
-
};
|
|
2016
|
-
/**
|
|
2017
|
-
* Lookup348: pallet_balances::pallet::Error<T>
|
|
2018
|
-
**/
|
|
2019
|
-
PalletBalancesError: {
|
|
2020
|
-
_enum: string[];
|
|
2021
|
-
};
|
|
2022
|
-
/**
|
|
2023
|
-
* Lookup350: pallet_transaction_payment::Releases
|
|
2024
|
-
**/
|
|
2025
|
-
PalletTransactionPaymentReleases: {
|
|
2026
|
-
_enum: string[];
|
|
2027
|
-
};
|
|
2028
|
-
/**
|
|
2029
|
-
* Lookup351: pallet_transaction_payment::pallet::Call<T>
|
|
2030
|
-
**/
|
|
2031
|
-
PalletTransactionPaymentCall: {
|
|
2032
|
-
_enum: {
|
|
2033
|
-
set_disable_fees: {
|
|
2034
|
-
value: string;
|
|
2035
|
-
};
|
|
2036
|
-
};
|
|
2037
|
-
};
|
|
2038
|
-
/**
|
|
2039
|
-
* Lookup353: sp_weights::WeightToFeeCoefficient<Balance>
|
|
2040
|
-
**/
|
|
2041
|
-
SpWeightsWeightToFeeCoefficient: {
|
|
2042
|
-
coeffInteger: string;
|
|
2043
|
-
coeffFrac: string;
|
|
2044
|
-
negative: string;
|
|
2045
|
-
degree: string;
|
|
2046
|
-
};
|
|
2047
|
-
/**
|
|
2048
|
-
* Lookup354: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2049
|
-
**/
|
|
2050
|
-
PolymeshPrimitivesIdentityDidRecord: {
|
|
2051
|
-
primaryKey: string;
|
|
2052
|
-
};
|
|
2053
|
-
/**
|
|
2054
|
-
* Lookup356: pallet_identity::types::Claim1stKey
|
|
2055
|
-
**/
|
|
2056
|
-
PalletIdentityClaim1stKey: {
|
|
2057
|
-
target: string;
|
|
2058
|
-
claimType: string;
|
|
2059
|
-
};
|
|
2060
|
-
/**
|
|
2061
|
-
* Lookup357: pallet_identity::types::Claim2ndKey
|
|
2062
|
-
**/
|
|
2063
|
-
PalletIdentityClaim2ndKey: {
|
|
2064
|
-
issuer: string;
|
|
2065
|
-
scope: string;
|
|
2066
|
-
};
|
|
2067
|
-
/**
|
|
2068
|
-
* Lookup358: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2069
|
-
**/
|
|
2070
|
-
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2071
|
-
_enum: {
|
|
2072
|
-
PrimaryKey: string;
|
|
2073
|
-
SecondaryKey: string;
|
|
2074
|
-
MultiSigSignerKey: string;
|
|
2075
|
-
};
|
|
2076
|
-
};
|
|
2077
|
-
/**
|
|
2078
|
-
* Lookup361: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
|
|
2079
|
-
**/
|
|
2080
|
-
PolymeshPrimitivesSecondaryKeySignatory: {
|
|
2081
|
-
_enum: {
|
|
2082
|
-
Identity: string;
|
|
2083
|
-
Account: string;
|
|
2084
|
-
};
|
|
2085
|
-
};
|
|
2086
|
-
/**
|
|
2087
|
-
* Lookup362: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2088
|
-
**/
|
|
2089
|
-
PolymeshPrimitivesAuthorization: {
|
|
2090
|
-
authorizationData: string;
|
|
2091
|
-
authorizedBy: string;
|
|
2092
|
-
expiry: string;
|
|
2093
|
-
authId: string;
|
|
2094
|
-
count: string;
|
|
2095
|
-
};
|
|
2096
|
-
/**
|
|
2097
|
-
* Lookup366: pallet_identity::pallet::Call<T>
|
|
2098
|
-
**/
|
|
2099
|
-
PalletIdentityCall: {
|
|
2100
|
-
_enum: {
|
|
2101
|
-
cdd_register_did: {
|
|
2102
|
-
targetAccount: string;
|
|
2103
|
-
secondaryKeys: string;
|
|
2104
|
-
};
|
|
2105
|
-
invalidate_cdd_claims: {
|
|
2106
|
-
cdd: string;
|
|
2107
|
-
disableFrom: string;
|
|
2108
|
-
expiry: string;
|
|
2109
|
-
};
|
|
2110
|
-
accept_primary_key: {
|
|
2111
|
-
rotationAuthId: string;
|
|
2112
|
-
optionalCddAuthId: string;
|
|
2113
|
-
};
|
|
2114
|
-
change_cdd_requirement_for_mk_rotation: {
|
|
2115
|
-
authRequired: string;
|
|
2116
|
-
};
|
|
2117
|
-
join_identity_as_key: {
|
|
2118
|
-
authId: string;
|
|
2119
|
-
};
|
|
2120
|
-
leave_identity_as_key: string;
|
|
2121
|
-
add_claim: {
|
|
2122
|
-
target: string;
|
|
2123
|
-
claim: string;
|
|
2124
|
-
expiry: string;
|
|
2125
|
-
};
|
|
2126
|
-
revoke_claim: {
|
|
2127
|
-
target: string;
|
|
2128
|
-
claim: string;
|
|
2129
|
-
};
|
|
2130
|
-
freeze_secondary_keys: string;
|
|
2131
|
-
unfreeze_secondary_keys: string;
|
|
2132
|
-
add_authorization: {
|
|
2133
|
-
target: string;
|
|
2134
|
-
data: string;
|
|
2135
|
-
expiry: string;
|
|
2136
|
-
};
|
|
2137
|
-
remove_authorization: {
|
|
2138
|
-
target: string;
|
|
2139
|
-
authId: string;
|
|
2140
|
-
authIssuerPays: string;
|
|
2141
|
-
};
|
|
2142
|
-
gc_add_cdd_claim: {
|
|
2143
|
-
target: string;
|
|
2144
|
-
};
|
|
2145
|
-
gc_revoke_cdd_claim: {
|
|
2146
|
-
target: string;
|
|
2147
|
-
};
|
|
2148
|
-
revoke_claim_by_index: {
|
|
2149
|
-
target: string;
|
|
2150
|
-
claimType: string;
|
|
2151
|
-
scope: string;
|
|
2152
|
-
};
|
|
2153
|
-
rotate_primary_key_to_secondary: {
|
|
2154
|
-
authId: string;
|
|
2155
|
-
optionalCddAuthId: string;
|
|
2156
|
-
};
|
|
2157
|
-
add_secondary_keys_with_authorization: {
|
|
2158
|
-
additionalKeys: string;
|
|
2159
|
-
expiresAt: string;
|
|
2160
|
-
};
|
|
2161
|
-
set_secondary_key_permissions: {
|
|
2162
|
-
key: string;
|
|
2163
|
-
perms: string;
|
|
2164
|
-
};
|
|
2165
|
-
remove_secondary_keys: {
|
|
2166
|
-
keysToRemove: string;
|
|
2167
|
-
};
|
|
2168
|
-
register_custom_claim_type: {
|
|
2169
|
-
ty: string;
|
|
2170
|
-
};
|
|
2171
|
-
cdd_register_did_with_cdd: {
|
|
2172
|
-
targetAccount: string;
|
|
2173
|
-
secondaryKeys: string;
|
|
2174
|
-
expiry: string;
|
|
2175
|
-
};
|
|
2176
|
-
create_child_identity: {
|
|
2177
|
-
secondaryKey: string;
|
|
2178
|
-
};
|
|
2179
|
-
create_child_identities: {
|
|
2180
|
-
childKeys: string;
|
|
2181
|
-
expiresAt: string;
|
|
2182
|
-
};
|
|
2183
|
-
unlink_child_identity: {
|
|
2184
|
-
childDid: string;
|
|
2185
|
-
};
|
|
2186
|
-
};
|
|
2187
|
-
};
|
|
2188
|
-
/**
|
|
2189
|
-
* Lookup368: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2190
|
-
**/
|
|
2191
|
-
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2192
|
-
secondaryKey: string;
|
|
2193
|
-
authSignature: string;
|
|
2194
|
-
};
|
|
2195
|
-
/**
|
|
2196
|
-
* Lookup371: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2197
|
-
**/
|
|
2198
|
-
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2199
|
-
key: string;
|
|
2200
|
-
authSignature: string;
|
|
2201
|
-
};
|
|
2202
|
-
/**
|
|
2203
|
-
* Lookup372: pallet_identity::pallet::Error<T>
|
|
2204
|
-
**/
|
|
2205
|
-
PalletIdentityError: {
|
|
2206
|
-
_enum: string[];
|
|
2207
|
-
};
|
|
2208
|
-
/**
|
|
2209
|
-
* Lookup374: polymesh_primitives::traits::group::InactiveMember<Moment>
|
|
2210
|
-
**/
|
|
2211
|
-
PolymeshPrimitivesGroupInactiveMember: {
|
|
2212
|
-
id: string;
|
|
2213
|
-
deactivatedAt: string;
|
|
2214
|
-
expiry: string;
|
|
2215
|
-
};
|
|
2216
|
-
/**
|
|
2217
|
-
* Lookup375: pallet_group::pallet::Call<T, I>
|
|
2218
|
-
**/
|
|
2219
|
-
PalletGroupCall: {
|
|
2220
|
-
_enum: {
|
|
2221
|
-
set_active_members_limit: {
|
|
2222
|
-
limit: string;
|
|
2223
|
-
};
|
|
2224
|
-
disable_member: {
|
|
2225
|
-
who: string;
|
|
2226
|
-
expiry: string;
|
|
2227
|
-
at: string;
|
|
2228
|
-
};
|
|
2229
|
-
add_member: {
|
|
2230
|
-
who: string;
|
|
2231
|
-
};
|
|
2232
|
-
remove_member: {
|
|
2233
|
-
who: string;
|
|
2234
|
-
};
|
|
2235
|
-
swap_member: {
|
|
2236
|
-
remove: string;
|
|
2237
|
-
add: string;
|
|
2238
|
-
};
|
|
2239
|
-
reset_members: {
|
|
2240
|
-
members: string;
|
|
2241
|
-
};
|
|
2242
|
-
abdicate_membership: string;
|
|
2243
|
-
};
|
|
2244
|
-
};
|
|
2245
|
-
/**
|
|
2246
|
-
* Lookup376: pallet_group::pallet::Error<T, I>
|
|
2247
|
-
**/
|
|
2248
|
-
PalletGroupError: {
|
|
2249
|
-
_enum: string[];
|
|
2250
|
-
};
|
|
2251
|
-
/**
|
|
2252
|
-
* Lookup378: pallet_committee::pallet::Call<T, I>
|
|
2253
|
-
**/
|
|
2254
|
-
PalletCommitteeCall: {
|
|
2255
|
-
_enum: {
|
|
2256
|
-
set_vote_threshold: {
|
|
2257
|
-
n: string;
|
|
2258
|
-
d: string;
|
|
2259
|
-
};
|
|
2260
|
-
set_release_coordinator: {
|
|
2261
|
-
id: string;
|
|
2262
|
-
};
|
|
2263
|
-
set_expires_after: {
|
|
2264
|
-
expiry: string;
|
|
2265
|
-
};
|
|
2266
|
-
vote_or_propose: {
|
|
2267
|
-
approve: string;
|
|
2268
|
-
call: string;
|
|
2269
|
-
};
|
|
2270
|
-
vote: {
|
|
2271
|
-
proposal: string;
|
|
2272
|
-
index: string;
|
|
2273
|
-
approve: string;
|
|
2274
|
-
};
|
|
2275
|
-
};
|
|
2276
|
-
};
|
|
2277
|
-
/**
|
|
2278
|
-
* Lookup384: pallet_multisig::pallet::Call<T>
|
|
2279
|
-
**/
|
|
2280
|
-
PalletMultisigCall: {
|
|
2281
|
-
_enum: {
|
|
2282
|
-
create_multisig: {
|
|
2283
|
-
signers: string;
|
|
2284
|
-
sigsRequired: string;
|
|
2285
|
-
permissions: string;
|
|
2286
|
-
};
|
|
2287
|
-
create_proposal: {
|
|
2288
|
-
multisig: string;
|
|
2289
|
-
proposal: string;
|
|
2290
|
-
expiry: string;
|
|
2291
|
-
};
|
|
2292
|
-
approve: {
|
|
2293
|
-
multisig: string;
|
|
2294
|
-
proposalId: string;
|
|
2295
|
-
maxWeight: string;
|
|
2296
|
-
};
|
|
2297
|
-
reject: {
|
|
2298
|
-
multisig: string;
|
|
2299
|
-
proposalId: string;
|
|
2300
|
-
};
|
|
2301
|
-
accept_multisig_signer: {
|
|
2302
|
-
authId: string;
|
|
2303
|
-
};
|
|
2304
|
-
add_multisig_signers: {
|
|
2305
|
-
signers: string;
|
|
2306
|
-
};
|
|
2307
|
-
remove_multisig_signers: {
|
|
2308
|
-
signers: string;
|
|
2309
|
-
};
|
|
2310
|
-
add_multisig_signers_via_admin: {
|
|
2311
|
-
multisig: string;
|
|
2312
|
-
signers: string;
|
|
2313
|
-
};
|
|
2314
|
-
remove_multisig_signers_via_admin: {
|
|
2315
|
-
multisig: string;
|
|
2316
|
-
signers: string;
|
|
2317
|
-
};
|
|
2318
|
-
change_sigs_required: {
|
|
2319
|
-
sigsRequired: string;
|
|
2320
|
-
};
|
|
2321
|
-
change_sigs_required_via_admin: {
|
|
2322
|
-
multisig: string;
|
|
2323
|
-
signaturesRequired: string;
|
|
2324
|
-
};
|
|
2325
|
-
add_admin: {
|
|
2326
|
-
adminDid: string;
|
|
2327
|
-
};
|
|
2328
|
-
remove_admin_via_admin: {
|
|
2329
|
-
multisig: string;
|
|
2330
|
-
};
|
|
2331
|
-
remove_payer: string;
|
|
2332
|
-
remove_payer_via_payer: {
|
|
2333
|
-
multisig: string;
|
|
2334
|
-
};
|
|
2335
|
-
approve_join_identity: {
|
|
2336
|
-
multisig: string;
|
|
2337
|
-
authId: string;
|
|
2338
|
-
};
|
|
2339
|
-
join_identity: {
|
|
2340
|
-
authId: string;
|
|
2341
|
-
};
|
|
2342
|
-
remove_admin: string;
|
|
2343
|
-
};
|
|
2344
|
-
};
|
|
2345
|
-
/**
|
|
2346
|
-
* Lookup386: pallet_staking::pallet::pallet::Call<T>
|
|
2347
|
-
**/
|
|
2348
|
-
PalletStakingPalletCall: {
|
|
2349
|
-
_enum: {
|
|
2350
|
-
bond: {
|
|
2351
|
-
controller: string;
|
|
2352
|
-
value: string;
|
|
2353
|
-
payee: string;
|
|
2354
|
-
};
|
|
2355
|
-
bond_extra: {
|
|
2356
|
-
maxAdditional: string;
|
|
2357
|
-
};
|
|
2358
|
-
unbond: {
|
|
2359
|
-
value: string;
|
|
2360
|
-
};
|
|
2361
|
-
withdraw_unbonded: {
|
|
2362
|
-
numSlashingSpans: string;
|
|
2363
|
-
};
|
|
2364
|
-
validate: {
|
|
2365
|
-
prefs: string;
|
|
2366
|
-
};
|
|
2367
|
-
nominate: {
|
|
2368
|
-
targets: string;
|
|
2369
|
-
};
|
|
2370
|
-
chill: string;
|
|
2371
|
-
set_payee: {
|
|
2372
|
-
payee: string;
|
|
2373
|
-
};
|
|
2374
|
-
set_controller: {
|
|
2375
|
-
controller: string;
|
|
2376
|
-
};
|
|
2377
|
-
set_validator_count: {
|
|
2378
|
-
_alias: {
|
|
2379
|
-
new_: string;
|
|
2380
|
-
};
|
|
2381
|
-
new_: string;
|
|
2382
|
-
};
|
|
2383
|
-
increase_validator_count: {
|
|
2384
|
-
additional: string;
|
|
2385
|
-
};
|
|
2386
|
-
scale_validator_count: {
|
|
2387
|
-
factor: string;
|
|
2388
|
-
};
|
|
2389
|
-
force_no_eras: string;
|
|
2390
|
-
force_new_era: string;
|
|
2391
|
-
set_invulnerables: {
|
|
2392
|
-
invulnerables: string;
|
|
2393
|
-
};
|
|
2394
|
-
force_unstake: {
|
|
2395
|
-
stash: string;
|
|
2396
|
-
numSlashingSpans: string;
|
|
2397
|
-
};
|
|
2398
|
-
force_new_era_always: string;
|
|
2399
|
-
cancel_deferred_slash: {
|
|
2400
|
-
era: string;
|
|
2401
|
-
slashIndices: string;
|
|
2402
|
-
};
|
|
2403
|
-
payout_stakers: {
|
|
2404
|
-
validatorStash: string;
|
|
2405
|
-
era: string;
|
|
2406
|
-
};
|
|
2407
|
-
rebond: {
|
|
2408
|
-
value: string;
|
|
2409
|
-
};
|
|
2410
|
-
reap_stash: {
|
|
2411
|
-
stash: string;
|
|
2412
|
-
numSlashingSpans: string;
|
|
2413
|
-
};
|
|
2414
|
-
kick: {
|
|
2415
|
-
who: string;
|
|
2416
|
-
};
|
|
2417
|
-
set_staking_configs: {
|
|
2418
|
-
minNominatorBond: string;
|
|
2419
|
-
minValidatorBond: string;
|
|
2420
|
-
maxNominatorCount: string;
|
|
2421
|
-
maxValidatorCount: string;
|
|
2422
|
-
chillThreshold: string;
|
|
2423
|
-
minCommission: string;
|
|
2424
|
-
};
|
|
2425
|
-
chill_other: {
|
|
2426
|
-
controller: string;
|
|
2427
|
-
};
|
|
2428
|
-
force_apply_min_commission: {
|
|
2429
|
-
validatorStash: string;
|
|
2430
|
-
};
|
|
2431
|
-
set_min_commission: {
|
|
2432
|
-
_alias: {
|
|
2433
|
-
new_: string;
|
|
2434
|
-
};
|
|
2435
|
-
new_: string;
|
|
2436
|
-
};
|
|
2437
|
-
add_permissioned_validator: {
|
|
2438
|
-
identity: string;
|
|
2439
|
-
intendedCount: string;
|
|
2440
|
-
};
|
|
2441
|
-
remove_permissioned_validator: {
|
|
2442
|
-
identity: string;
|
|
2443
|
-
};
|
|
2444
|
-
validate_cdd_expiry_nominators: {
|
|
2445
|
-
targets: string;
|
|
2446
|
-
};
|
|
2447
|
-
payout_stakers_by_system: {
|
|
2448
|
-
validatorStash: string;
|
|
2449
|
-
era: string;
|
|
2450
|
-
};
|
|
2451
|
-
change_slashing_allowed_for: {
|
|
2452
|
-
slashingSwitch: string;
|
|
2453
|
-
};
|
|
2454
|
-
update_permissioned_validator_intended_count: {
|
|
2455
|
-
identity: string;
|
|
2456
|
-
newIntendedCount: string;
|
|
2457
|
-
};
|
|
2458
|
-
chill_from_governance: {
|
|
2459
|
-
identity: string;
|
|
2460
|
-
stashKeys: string;
|
|
2461
|
-
};
|
|
2462
|
-
set_commission_cap: {
|
|
2463
|
-
newCap: string;
|
|
2464
|
-
};
|
|
2465
|
-
};
|
|
2466
|
-
};
|
|
2467
|
-
/**
|
|
2468
|
-
* Lookup387: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2469
|
-
**/
|
|
2470
|
-
PalletStakingRewardDestination: {
|
|
2471
|
-
_enum: {
|
|
2472
|
-
Staked: string;
|
|
2473
|
-
Stash: string;
|
|
2474
|
-
Controller: string;
|
|
2475
|
-
Account: string;
|
|
2476
|
-
None: string;
|
|
2477
|
-
};
|
|
2478
|
-
};
|
|
2479
|
-
/**
|
|
2480
|
-
* Lookup391: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2481
|
-
**/
|
|
2482
|
-
PalletStakingPalletConfigOpU128: {
|
|
2483
|
-
_enum: {
|
|
2484
|
-
Noop: string;
|
|
2485
|
-
Set: string;
|
|
2486
|
-
Remove: string;
|
|
2487
|
-
};
|
|
2488
|
-
};
|
|
2489
|
-
/**
|
|
2490
|
-
* Lookup392: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2491
|
-
**/
|
|
2492
|
-
PalletStakingPalletConfigOpU32: {
|
|
2493
|
-
_enum: {
|
|
2494
|
-
Noop: string;
|
|
2495
|
-
Set: string;
|
|
2496
|
-
Remove: string;
|
|
2497
|
-
};
|
|
2498
|
-
};
|
|
2499
|
-
/**
|
|
2500
|
-
* Lookup393: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
2501
|
-
**/
|
|
2502
|
-
PalletStakingPalletConfigOpPercent: {
|
|
2503
|
-
_enum: {
|
|
2504
|
-
Noop: string;
|
|
2505
|
-
Set: string;
|
|
2506
|
-
Remove: string;
|
|
2507
|
-
};
|
|
2508
|
-
};
|
|
2509
|
-
/**
|
|
2510
|
-
* Lookup394: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
2511
|
-
**/
|
|
2512
|
-
PalletStakingPalletConfigOpPerbill: {
|
|
2513
|
-
_enum: {
|
|
2514
|
-
Noop: string;
|
|
2515
|
-
Set: string;
|
|
2516
|
-
Remove: string;
|
|
2517
|
-
};
|
|
2518
|
-
};
|
|
2519
|
-
/**
|
|
2520
|
-
* Lookup396: pallet_session::pallet::Call<T>
|
|
2521
|
-
**/
|
|
2522
|
-
PalletSessionCall: {
|
|
2523
|
-
_enum: {
|
|
2524
|
-
set_keys: {
|
|
2525
|
-
_alias: {
|
|
2526
|
-
keys_: string;
|
|
2527
|
-
};
|
|
2528
|
-
keys_: string;
|
|
2529
|
-
proof: string;
|
|
2530
|
-
};
|
|
2531
|
-
purge_keys: string;
|
|
2532
|
-
};
|
|
2533
|
-
};
|
|
2534
|
-
/**
|
|
2535
|
-
* Lookup397: polymesh_runtime_develop::runtime::SessionKeys
|
|
2536
|
-
**/
|
|
2537
|
-
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2538
|
-
grandpa: string;
|
|
2539
|
-
babe: string;
|
|
2540
|
-
imOnline: string;
|
|
2541
|
-
authorityDiscovery: string;
|
|
2542
|
-
};
|
|
2543
|
-
/**
|
|
2544
|
-
* Lookup398: sp_authority_discovery::app::Public
|
|
2545
|
-
**/
|
|
2546
|
-
SpAuthorityDiscoveryAppPublic: string;
|
|
2547
|
-
/**
|
|
2548
|
-
* Lookup399: pallet_grandpa::pallet::Call<T>
|
|
2549
|
-
**/
|
|
2550
|
-
PalletGrandpaCall: {
|
|
2551
|
-
_enum: {
|
|
2552
|
-
report_equivocation: {
|
|
2553
|
-
equivocationProof: string;
|
|
2554
|
-
keyOwnerProof: string;
|
|
2555
|
-
};
|
|
2556
|
-
report_equivocation_unsigned: {
|
|
2557
|
-
equivocationProof: string;
|
|
2558
|
-
keyOwnerProof: string;
|
|
2559
|
-
};
|
|
2560
|
-
note_stalled: {
|
|
2561
|
-
delay: string;
|
|
2562
|
-
bestFinalizedBlockNumber: string;
|
|
2563
|
-
};
|
|
2564
|
-
};
|
|
2565
|
-
};
|
|
2566
|
-
/**
|
|
2567
|
-
* Lookup400: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2568
|
-
**/
|
|
2569
|
-
SpConsensusGrandpaEquivocationProof: {
|
|
2570
|
-
setId: string;
|
|
2571
|
-
equivocation: string;
|
|
2572
|
-
};
|
|
2573
|
-
/**
|
|
2574
|
-
* Lookup401: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2575
|
-
**/
|
|
2576
|
-
SpConsensusGrandpaEquivocation: {
|
|
2577
|
-
_enum: {
|
|
2578
|
-
Prevote: string;
|
|
2579
|
-
Precommit: string;
|
|
2580
|
-
};
|
|
2581
|
-
};
|
|
2582
|
-
/**
|
|
2583
|
-
* Lookup402: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2584
|
-
**/
|
|
2585
|
-
FinalityGrandpaEquivocationPrevote: {
|
|
2586
|
-
roundNumber: string;
|
|
2587
|
-
identity: string;
|
|
2588
|
-
first: string;
|
|
2589
|
-
second: string;
|
|
2590
|
-
};
|
|
2591
|
-
/**
|
|
2592
|
-
* Lookup403: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2593
|
-
**/
|
|
2594
|
-
FinalityGrandpaPrevote: {
|
|
2595
|
-
targetHash: string;
|
|
2596
|
-
targetNumber: string;
|
|
2597
|
-
};
|
|
2598
|
-
/**
|
|
2599
|
-
* Lookup404: sp_consensus_grandpa::app::Signature
|
|
2600
|
-
**/
|
|
2601
|
-
SpConsensusGrandpaAppSignature: string;
|
|
2602
|
-
/**
|
|
2603
|
-
* Lookup405: sp_core::ed25519::Signature
|
|
2604
|
-
**/
|
|
2605
|
-
SpCoreEd25519Signature: string;
|
|
2606
|
-
/**
|
|
2607
|
-
* Lookup407: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2608
|
-
**/
|
|
2609
|
-
FinalityGrandpaEquivocationPrecommit: {
|
|
2610
|
-
roundNumber: string;
|
|
2611
|
-
identity: string;
|
|
2612
|
-
first: string;
|
|
2613
|
-
second: string;
|
|
2614
|
-
};
|
|
2615
|
-
/**
|
|
2616
|
-
* Lookup408: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2617
|
-
**/
|
|
2618
|
-
FinalityGrandpaPrecommit: {
|
|
2619
|
-
targetHash: string;
|
|
2620
|
-
targetNumber: string;
|
|
2621
|
-
};
|
|
2622
|
-
/**
|
|
2623
|
-
* Lookup410: pallet_im_online::pallet::Call<T>
|
|
2624
|
-
**/
|
|
2625
|
-
PalletImOnlineCall: {
|
|
2626
|
-
_enum: {
|
|
2627
|
-
heartbeat: {
|
|
2628
|
-
heartbeat: string;
|
|
2629
|
-
signature: string;
|
|
2630
|
-
};
|
|
2631
|
-
};
|
|
2632
|
-
};
|
|
2633
|
-
/**
|
|
2634
|
-
* Lookup411: pallet_im_online::Heartbeat<BlockNumber>
|
|
2635
|
-
**/
|
|
2636
|
-
PalletImOnlineHeartbeat: {
|
|
2637
|
-
blockNumber: string;
|
|
2638
|
-
networkState: string;
|
|
2639
|
-
sessionIndex: string;
|
|
2640
|
-
authorityIndex: string;
|
|
2641
|
-
validatorsLen: string;
|
|
2642
|
-
};
|
|
2643
|
-
/**
|
|
2644
|
-
* Lookup412: sp_core::offchain::OpaqueNetworkState
|
|
2645
|
-
**/
|
|
2646
|
-
SpCoreOffchainOpaqueNetworkState: {
|
|
2647
|
-
peerId: string;
|
|
2648
|
-
externalAddresses: string;
|
|
2649
|
-
};
|
|
2650
|
-
/**
|
|
2651
|
-
* Lookup416: pallet_im_online::sr25519::app_sr25519::Signature
|
|
2652
|
-
**/
|
|
2653
|
-
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
2654
|
-
/**
|
|
2655
|
-
* Lookup417: sp_core::sr25519::Signature
|
|
2656
|
-
**/
|
|
2657
|
-
SpCoreSr25519Signature: string;
|
|
2658
|
-
/**
|
|
2659
|
-
* Lookup418: pallet_sudo::pallet::Call<T>
|
|
2660
|
-
**/
|
|
2661
|
-
PalletSudoCall: {
|
|
2662
|
-
_enum: {
|
|
2663
|
-
sudo: {
|
|
2664
|
-
call: string;
|
|
2665
|
-
};
|
|
2666
|
-
sudo_unchecked_weight: {
|
|
2667
|
-
call: string;
|
|
2668
|
-
weight: string;
|
|
2669
|
-
};
|
|
2670
|
-
set_key: {
|
|
2671
|
-
_alias: {
|
|
2672
|
-
new_: string;
|
|
2673
|
-
};
|
|
2674
|
-
new_: string;
|
|
2675
|
-
};
|
|
2676
|
-
sudo_as: {
|
|
2677
|
-
who: string;
|
|
2678
|
-
call: string;
|
|
2679
|
-
};
|
|
2680
|
-
};
|
|
2681
|
-
};
|
|
2682
|
-
/**
|
|
2683
|
-
* Lookup419: pallet_asset::pallet::Call<T>
|
|
2684
|
-
**/
|
|
2685
|
-
PalletAssetCall: {
|
|
2686
|
-
_enum: {
|
|
2687
|
-
register_unique_ticker: {
|
|
2688
|
-
ticker: string;
|
|
2689
|
-
};
|
|
2690
|
-
accept_ticker_transfer: {
|
|
2691
|
-
authId: string;
|
|
2692
|
-
};
|
|
2693
|
-
accept_asset_ownership_transfer: {
|
|
2694
|
-
authId: string;
|
|
2695
|
-
};
|
|
2696
|
-
create_asset: {
|
|
2697
|
-
assetName: string;
|
|
2698
|
-
divisible: string;
|
|
2699
|
-
assetType: string;
|
|
2700
|
-
assetIdentifiers: string;
|
|
2701
|
-
fundingRoundName: string;
|
|
2702
|
-
};
|
|
2703
|
-
freeze: {
|
|
2704
|
-
assetId: string;
|
|
2705
|
-
};
|
|
2706
|
-
unfreeze: {
|
|
2707
|
-
assetId: string;
|
|
2708
|
-
};
|
|
2709
|
-
rename_asset: {
|
|
2710
|
-
assetId: string;
|
|
2711
|
-
assetName: string;
|
|
2712
|
-
};
|
|
2713
|
-
issue: {
|
|
2714
|
-
assetId: string;
|
|
2715
|
-
amount: string;
|
|
2716
|
-
portfolioKind: string;
|
|
2717
|
-
};
|
|
2718
|
-
redeem: {
|
|
2719
|
-
assetId: string;
|
|
2720
|
-
value: string;
|
|
2721
|
-
portfolioKind: string;
|
|
2722
|
-
};
|
|
2723
|
-
make_divisible: {
|
|
2724
|
-
assetId: string;
|
|
2725
|
-
};
|
|
2726
|
-
add_documents: {
|
|
2727
|
-
docs: string;
|
|
2728
|
-
assetId: string;
|
|
2729
|
-
};
|
|
2730
|
-
remove_documents: {
|
|
2731
|
-
docsId: string;
|
|
2732
|
-
assetId: string;
|
|
2733
|
-
};
|
|
2734
|
-
set_funding_round: {
|
|
2735
|
-
assetId: string;
|
|
2736
|
-
fundingRoundName: string;
|
|
2737
|
-
};
|
|
2738
|
-
update_identifiers: {
|
|
2739
|
-
assetId: string;
|
|
2740
|
-
assetIdentifiers: string;
|
|
2741
|
-
};
|
|
2742
|
-
controller_transfer: {
|
|
2743
|
-
assetId: string;
|
|
2744
|
-
value: string;
|
|
2745
|
-
fromPortfolio: string;
|
|
2746
|
-
};
|
|
2747
|
-
register_custom_asset_type: {
|
|
2748
|
-
ty: string;
|
|
2749
|
-
};
|
|
2750
|
-
create_asset_with_custom_type: {
|
|
2751
|
-
assetName: string;
|
|
2752
|
-
divisible: string;
|
|
2753
|
-
customAssetType: string;
|
|
2754
|
-
assetIdentifiers: string;
|
|
2755
|
-
fundingRoundName: string;
|
|
2756
|
-
};
|
|
2757
|
-
set_asset_metadata: {
|
|
2758
|
-
assetId: string;
|
|
2759
|
-
key: string;
|
|
2760
|
-
value: string;
|
|
2761
|
-
detail: string;
|
|
2762
|
-
};
|
|
2763
|
-
set_asset_metadata_details: {
|
|
2764
|
-
assetId: string;
|
|
2765
|
-
key: string;
|
|
2766
|
-
detail: string;
|
|
2767
|
-
};
|
|
2768
|
-
register_and_set_local_asset_metadata: {
|
|
2769
|
-
assetId: string;
|
|
2770
|
-
name: string;
|
|
2771
|
-
spec: string;
|
|
2772
|
-
value: string;
|
|
2773
|
-
detail: string;
|
|
2774
|
-
};
|
|
2775
|
-
register_asset_metadata_local_type: {
|
|
2776
|
-
assetId: string;
|
|
2777
|
-
name: string;
|
|
2778
|
-
spec: string;
|
|
2779
|
-
};
|
|
2780
|
-
register_asset_metadata_global_type: {
|
|
2781
|
-
name: string;
|
|
2782
|
-
spec: string;
|
|
2783
|
-
};
|
|
2784
|
-
update_asset_type: {
|
|
2785
|
-
assetId: string;
|
|
2786
|
-
assetType: string;
|
|
2787
|
-
};
|
|
2788
|
-
remove_local_metadata_key: {
|
|
2789
|
-
assetId: string;
|
|
2790
|
-
localKey: string;
|
|
2791
|
-
};
|
|
2792
|
-
remove_metadata_value: {
|
|
2793
|
-
assetId: string;
|
|
2794
|
-
metadataKey: string;
|
|
2795
|
-
};
|
|
2796
|
-
exempt_asset_affirmation: {
|
|
2797
|
-
assetId: string;
|
|
2798
|
-
};
|
|
2799
|
-
remove_asset_affirmation_exemption: {
|
|
2800
|
-
assetId: string;
|
|
2801
|
-
};
|
|
2802
|
-
pre_approve_asset: {
|
|
2803
|
-
assetId: string;
|
|
2804
|
-
};
|
|
2805
|
-
remove_asset_pre_approval: {
|
|
2806
|
-
assetId: string;
|
|
2807
|
-
};
|
|
2808
|
-
add_mandatory_mediators: {
|
|
2809
|
-
assetId: string;
|
|
2810
|
-
mediators: string;
|
|
2811
|
-
};
|
|
2812
|
-
remove_mandatory_mediators: {
|
|
2813
|
-
assetId: string;
|
|
2814
|
-
mediators: string;
|
|
2815
|
-
};
|
|
2816
|
-
link_ticker_to_asset_id: {
|
|
2817
|
-
ticker: string;
|
|
2818
|
-
assetId: string;
|
|
2819
|
-
};
|
|
2820
|
-
unlink_ticker_from_asset_id: {
|
|
2821
|
-
ticker: string;
|
|
2822
|
-
assetId: string;
|
|
2823
|
-
};
|
|
2824
|
-
update_global_metadata_spec: {
|
|
2825
|
-
assetMetadataName: string;
|
|
2826
|
-
assetMetadataSpec: string;
|
|
2827
|
-
};
|
|
2828
|
-
};
|
|
2829
|
-
};
|
|
2830
|
-
/**
|
|
2831
|
-
* Lookup422: pallet_corporate_actions::distribution::pallet::Call<T>
|
|
2832
|
-
**/
|
|
2833
|
-
PalletCorporateActionsDistributionPalletCall: {
|
|
2834
|
-
_enum: {
|
|
2835
|
-
distribute: {
|
|
2836
|
-
caId: string;
|
|
2837
|
-
portfolio: string;
|
|
2838
|
-
currency: string;
|
|
2839
|
-
perShare: string;
|
|
2840
|
-
amount: string;
|
|
2841
|
-
paymentAt: string;
|
|
2842
|
-
expiresAt: string;
|
|
2843
|
-
};
|
|
2844
|
-
claim: {
|
|
2845
|
-
caId: string;
|
|
2846
|
-
};
|
|
2847
|
-
push_benefit: {
|
|
2848
|
-
caId: string;
|
|
2849
|
-
holder: string;
|
|
2850
|
-
};
|
|
2851
|
-
reclaim: {
|
|
2852
|
-
caId: string;
|
|
2853
|
-
};
|
|
2854
|
-
remove_distribution: {
|
|
2855
|
-
caId: string;
|
|
2856
|
-
};
|
|
2857
|
-
};
|
|
2858
|
-
};
|
|
2859
|
-
/**
|
|
2860
|
-
* Lookup424: pallet_asset::checkpoint::pallet::Call<T>
|
|
2861
|
-
**/
|
|
2862
|
-
PalletAssetCheckpointPalletCall: {
|
|
2863
|
-
_enum: {
|
|
2864
|
-
create_checkpoint: {
|
|
2865
|
-
assetId: string;
|
|
2866
|
-
};
|
|
2867
|
-
set_schedules_max_complexity: {
|
|
2868
|
-
maxComplexity: string;
|
|
2869
|
-
};
|
|
2870
|
-
create_schedule: {
|
|
2871
|
-
assetId: string;
|
|
2872
|
-
schedule: string;
|
|
2873
|
-
};
|
|
2874
|
-
remove_schedule: {
|
|
2875
|
-
assetId: string;
|
|
2876
|
-
id: string;
|
|
2877
|
-
};
|
|
2878
|
-
};
|
|
2879
|
-
};
|
|
2880
|
-
/**
|
|
2881
|
-
* Lookup425: pallet_compliance_manager::pallet::Call<T>
|
|
2882
|
-
**/
|
|
2883
|
-
PalletComplianceManagerCall: {
|
|
2884
|
-
_enum: {
|
|
2885
|
-
add_compliance_requirement: {
|
|
2886
|
-
assetId: string;
|
|
2887
|
-
senderConditions: string;
|
|
2888
|
-
receiverConditions: string;
|
|
2889
|
-
};
|
|
2890
|
-
remove_compliance_requirement: {
|
|
2891
|
-
assetId: string;
|
|
2892
|
-
id: string;
|
|
2893
|
-
};
|
|
2894
|
-
replace_asset_compliance: {
|
|
2895
|
-
assetId: string;
|
|
2896
|
-
assetCompliance: string;
|
|
2897
|
-
};
|
|
2898
|
-
reset_asset_compliance: {
|
|
2899
|
-
assetId: string;
|
|
2900
|
-
};
|
|
2901
|
-
pause_asset_compliance: {
|
|
2902
|
-
assetId: string;
|
|
2903
|
-
};
|
|
2904
|
-
resume_asset_compliance: {
|
|
2905
|
-
assetId: string;
|
|
2906
|
-
};
|
|
2907
|
-
add_default_trusted_claim_issuer: {
|
|
2908
|
-
assetId: string;
|
|
2909
|
-
issuer: string;
|
|
2910
|
-
};
|
|
2911
|
-
remove_default_trusted_claim_issuer: {
|
|
2912
|
-
assetId: string;
|
|
2913
|
-
issuer: string;
|
|
2914
|
-
};
|
|
2915
|
-
change_compliance_requirement: {
|
|
2916
|
-
assetId: string;
|
|
2917
|
-
newReq: string;
|
|
2918
|
-
};
|
|
2919
|
-
};
|
|
2920
|
-
};
|
|
2921
|
-
/**
|
|
2922
|
-
* Lookup426: pallet_corporate_actions::pallet::Call<T>
|
|
2923
|
-
**/
|
|
2924
|
-
PalletCorporateActionsCall: {
|
|
2925
|
-
_enum: {
|
|
2926
|
-
set_max_details_length: {
|
|
2927
|
-
length: string;
|
|
2928
|
-
};
|
|
2929
|
-
set_default_targets: {
|
|
2930
|
-
assetId: string;
|
|
2931
|
-
targets: string;
|
|
2932
|
-
};
|
|
2933
|
-
set_default_withholding_tax: {
|
|
2934
|
-
assetId: string;
|
|
2935
|
-
tax: string;
|
|
2936
|
-
};
|
|
2937
|
-
set_did_withholding_tax: {
|
|
2938
|
-
assetId: string;
|
|
2939
|
-
taxedDid: string;
|
|
2940
|
-
tax: string;
|
|
2941
|
-
};
|
|
2942
|
-
initiate_corporate_action: {
|
|
2943
|
-
assetId: string;
|
|
2944
|
-
kind: string;
|
|
2945
|
-
declDate: string;
|
|
2946
|
-
recordDate: string;
|
|
2947
|
-
details: string;
|
|
2948
|
-
targets: string;
|
|
2949
|
-
defaultWithholdingTax: string;
|
|
2950
|
-
withholdingTax: string;
|
|
2951
|
-
};
|
|
2952
|
-
link_ca_doc: {
|
|
2953
|
-
id: string;
|
|
2954
|
-
docs: string;
|
|
2955
|
-
};
|
|
2956
|
-
remove_ca: {
|
|
2957
|
-
caId: string;
|
|
2958
|
-
};
|
|
2959
|
-
change_record_date: {
|
|
2960
|
-
caId: string;
|
|
2961
|
-
recordDate: string;
|
|
2962
|
-
};
|
|
2963
|
-
initiate_corporate_action_and_distribute: {
|
|
2964
|
-
caArgs: string;
|
|
2965
|
-
portfolio: string;
|
|
2966
|
-
currency: string;
|
|
2967
|
-
perShare: string;
|
|
2968
|
-
amount: string;
|
|
2969
|
-
paymentAt: string;
|
|
2970
|
-
expiresAt: string;
|
|
2971
|
-
};
|
|
2972
|
-
initiate_corporate_action_and_ballot: {
|
|
2973
|
-
caArgs: string;
|
|
2974
|
-
ballotTimeRange: string;
|
|
2975
|
-
ballotMeta: string;
|
|
2976
|
-
rcv: string;
|
|
2977
|
-
};
|
|
2978
|
-
};
|
|
2979
|
-
};
|
|
2980
|
-
/**
|
|
2981
|
-
* Lookup428: pallet_corporate_actions::RecordDateSpec
|
|
2982
|
-
**/
|
|
2983
|
-
PalletCorporateActionsRecordDateSpec: {
|
|
2984
|
-
_enum: {
|
|
2985
|
-
Scheduled: string;
|
|
2986
|
-
ExistingSchedule: string;
|
|
2987
|
-
Existing: string;
|
|
2988
|
-
};
|
|
2989
|
-
};
|
|
2990
|
-
/**
|
|
2991
|
-
* Lookup431: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
2992
|
-
**/
|
|
2993
|
-
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
2994
|
-
assetId: string;
|
|
2995
|
-
kind: string;
|
|
2996
|
-
declDate: string;
|
|
2997
|
-
recordDate: string;
|
|
2998
|
-
details: string;
|
|
2999
|
-
targets: string;
|
|
3000
|
-
defaultWithholdingTax: string;
|
|
3001
|
-
withholdingTax: string;
|
|
3002
|
-
};
|
|
3003
|
-
/**
|
|
3004
|
-
* Lookup432: pallet_corporate_actions::ballot::pallet::Call<T>
|
|
3005
|
-
**/
|
|
3006
|
-
PalletCorporateActionsBallotPalletCall: {
|
|
3007
|
-
_enum: {
|
|
3008
|
-
attach_ballot: {
|
|
3009
|
-
caId: string;
|
|
3010
|
-
range: string;
|
|
3011
|
-
meta: string;
|
|
3012
|
-
rcv: string;
|
|
3013
|
-
};
|
|
3014
|
-
vote: {
|
|
3015
|
-
caId: string;
|
|
3016
|
-
votes: string;
|
|
3017
|
-
};
|
|
3018
|
-
change_end: {
|
|
3019
|
-
caId: string;
|
|
3020
|
-
end: string;
|
|
3021
|
-
};
|
|
3022
|
-
change_meta: {
|
|
3023
|
-
caId: string;
|
|
3024
|
-
meta: string;
|
|
3025
|
-
};
|
|
3026
|
-
change_rcv: {
|
|
3027
|
-
caId: string;
|
|
3028
|
-
rcv: string;
|
|
3029
|
-
};
|
|
3030
|
-
remove_ballot: {
|
|
3031
|
-
caId: string;
|
|
3032
|
-
};
|
|
3033
|
-
};
|
|
3034
|
-
};
|
|
3035
|
-
/**
|
|
3036
|
-
* Lookup433: pallet_pips::pallet::Call<T>
|
|
3037
|
-
**/
|
|
3038
|
-
PalletPipsCall: {
|
|
3039
|
-
_enum: {
|
|
3040
|
-
set_prune_historical_pips: {
|
|
3041
|
-
prune: string;
|
|
3042
|
-
};
|
|
3043
|
-
set_min_proposal_deposit: {
|
|
3044
|
-
deposit: string;
|
|
3045
|
-
};
|
|
3046
|
-
set_default_enactment_period: {
|
|
3047
|
-
duration: string;
|
|
3048
|
-
};
|
|
3049
|
-
set_pending_pip_expiry: {
|
|
3050
|
-
expiry: string;
|
|
3051
|
-
};
|
|
3052
|
-
set_max_pip_skip_count: {
|
|
3053
|
-
max: string;
|
|
3054
|
-
};
|
|
3055
|
-
set_active_pip_limit: {
|
|
3056
|
-
limit: string;
|
|
3057
|
-
};
|
|
3058
|
-
propose: {
|
|
3059
|
-
proposal: string;
|
|
3060
|
-
deposit: string;
|
|
3061
|
-
url: string;
|
|
3062
|
-
description: string;
|
|
3063
|
-
};
|
|
3064
|
-
vote: {
|
|
3065
|
-
id: string;
|
|
3066
|
-
ayeOrNay: string;
|
|
3067
|
-
deposit: string;
|
|
3068
|
-
};
|
|
3069
|
-
approve_committee_proposal: {
|
|
3070
|
-
id: string;
|
|
3071
|
-
};
|
|
3072
|
-
reject_proposal: {
|
|
3073
|
-
id: string;
|
|
3074
|
-
};
|
|
3075
|
-
prune_proposal: {
|
|
3076
|
-
id: string;
|
|
3077
|
-
};
|
|
3078
|
-
reschedule_execution: {
|
|
3079
|
-
id: string;
|
|
3080
|
-
until: string;
|
|
3081
|
-
};
|
|
3082
|
-
clear_snapshot: string;
|
|
3083
|
-
snapshot: string;
|
|
3084
|
-
enact_snapshot_results: {
|
|
3085
|
-
results: string;
|
|
3086
|
-
};
|
|
3087
|
-
execute_scheduled_pip: {
|
|
3088
|
-
id: string;
|
|
3089
|
-
};
|
|
3090
|
-
expire_scheduled_pip: {
|
|
3091
|
-
did: string;
|
|
3092
|
-
id: string;
|
|
3093
|
-
};
|
|
3094
|
-
};
|
|
3095
|
-
};
|
|
3096
|
-
/**
|
|
3097
|
-
* Lookup436: pallet_pips::types::SnapshotResult
|
|
3098
|
-
**/
|
|
3099
|
-
PalletPipsSnapshotResult: {
|
|
3100
|
-
_enum: string[];
|
|
3101
|
-
};
|
|
3102
|
-
/**
|
|
3103
|
-
* Lookup437: pallet_portfolio::pallet::Call<T>
|
|
3104
|
-
**/
|
|
3105
|
-
PalletPortfolioCall: {
|
|
3106
|
-
_enum: {
|
|
3107
|
-
create_portfolio: {
|
|
3108
|
-
name: string;
|
|
3109
|
-
};
|
|
3110
|
-
delete_portfolio: {
|
|
3111
|
-
num: string;
|
|
3112
|
-
};
|
|
3113
|
-
rename_portfolio: {
|
|
3114
|
-
num: string;
|
|
3115
|
-
toName: string;
|
|
3116
|
-
};
|
|
3117
|
-
quit_portfolio_custody: {
|
|
3118
|
-
pid: string;
|
|
3119
|
-
};
|
|
3120
|
-
accept_portfolio_custody: {
|
|
3121
|
-
authId: string;
|
|
3122
|
-
};
|
|
3123
|
-
move_portfolio_funds: {
|
|
3124
|
-
from: string;
|
|
3125
|
-
to: string;
|
|
3126
|
-
funds: string;
|
|
3127
|
-
};
|
|
3128
|
-
pre_approve_portfolio: {
|
|
3129
|
-
assetId: string;
|
|
3130
|
-
portfolioId: string;
|
|
3131
|
-
};
|
|
3132
|
-
remove_portfolio_pre_approval: {
|
|
3133
|
-
assetId: string;
|
|
3134
|
-
portfolioId: string;
|
|
3135
|
-
};
|
|
3136
|
-
allow_identity_to_create_portfolios: {
|
|
3137
|
-
trustedIdentity: string;
|
|
3138
|
-
};
|
|
3139
|
-
revoke_create_portfolios_permission: {
|
|
3140
|
-
identity: string;
|
|
3141
|
-
};
|
|
3142
|
-
create_custody_portfolio: {
|
|
3143
|
-
portfolioOwnerId: string;
|
|
3144
|
-
portfolioName: string;
|
|
3145
|
-
};
|
|
3146
|
-
};
|
|
3147
|
-
};
|
|
3148
|
-
/**
|
|
3149
|
-
* Lookup439: polymesh_primitives::portfolio::Fund
|
|
3150
|
-
**/
|
|
3151
|
-
PolymeshPrimitivesPortfolioFund: {
|
|
3152
|
-
description: string;
|
|
3153
|
-
memo: string;
|
|
3154
|
-
};
|
|
3155
|
-
/**
|
|
3156
|
-
* Lookup440: pallet_protocol_fee::pallet::Call<T>
|
|
3157
|
-
**/
|
|
3158
|
-
PalletProtocolFeeCall: {
|
|
3159
|
-
_enum: {
|
|
3160
|
-
change_coefficient: {
|
|
3161
|
-
coefficient: string;
|
|
3162
|
-
};
|
|
3163
|
-
change_base_fee: {
|
|
3164
|
-
op: string;
|
|
3165
|
-
baseFee: string;
|
|
3166
|
-
};
|
|
3167
|
-
};
|
|
3168
|
-
};
|
|
3169
|
-
/**
|
|
3170
|
-
* Lookup441: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3171
|
-
**/
|
|
3172
|
-
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3173
|
-
_enum: string[];
|
|
3174
|
-
};
|
|
3175
|
-
/**
|
|
3176
|
-
* Lookup442: pallet_scheduler::pallet::Call<T>
|
|
3177
|
-
**/
|
|
3178
|
-
PalletSchedulerCall: {
|
|
3179
|
-
_enum: {
|
|
3180
|
-
schedule: {
|
|
3181
|
-
when: string;
|
|
3182
|
-
maybePeriodic: string;
|
|
3183
|
-
priority: string;
|
|
3184
|
-
call: string;
|
|
3185
|
-
};
|
|
3186
|
-
cancel: {
|
|
3187
|
-
when: string;
|
|
3188
|
-
index: string;
|
|
3189
|
-
};
|
|
3190
|
-
schedule_named: {
|
|
3191
|
-
id: string;
|
|
3192
|
-
when: string;
|
|
3193
|
-
maybePeriodic: string;
|
|
3194
|
-
priority: string;
|
|
3195
|
-
call: string;
|
|
3196
|
-
};
|
|
3197
|
-
cancel_named: {
|
|
3198
|
-
id: string;
|
|
3199
|
-
};
|
|
3200
|
-
schedule_after: {
|
|
3201
|
-
after: string;
|
|
3202
|
-
maybePeriodic: string;
|
|
3203
|
-
priority: string;
|
|
3204
|
-
call: string;
|
|
3205
|
-
};
|
|
3206
|
-
schedule_named_after: {
|
|
3207
|
-
id: string;
|
|
3208
|
-
after: string;
|
|
3209
|
-
maybePeriodic: string;
|
|
3210
|
-
priority: string;
|
|
3211
|
-
call: string;
|
|
3212
|
-
};
|
|
3213
|
-
};
|
|
3214
|
-
};
|
|
3215
|
-
/**
|
|
3216
|
-
* Lookup444: pallet_settlement::pallet::Call<T>
|
|
3217
|
-
**/
|
|
3218
|
-
PalletSettlementCall: {
|
|
3219
|
-
_enum: {
|
|
3220
|
-
create_venue: {
|
|
3221
|
-
details: string;
|
|
3222
|
-
signers: string;
|
|
3223
|
-
typ: string;
|
|
3224
|
-
};
|
|
3225
|
-
update_venue_details: {
|
|
3226
|
-
id: string;
|
|
3227
|
-
details: string;
|
|
3228
|
-
};
|
|
3229
|
-
update_venue_type: {
|
|
3230
|
-
id: string;
|
|
3231
|
-
typ: string;
|
|
3232
|
-
};
|
|
3233
|
-
affirm_with_receipts: {
|
|
3234
|
-
id: string;
|
|
3235
|
-
receiptDetails: string;
|
|
3236
|
-
portfolios: string;
|
|
3237
|
-
};
|
|
3238
|
-
set_venue_filtering: {
|
|
3239
|
-
assetId: string;
|
|
3240
|
-
enabled: string;
|
|
3241
|
-
};
|
|
3242
|
-
allow_venues: {
|
|
3243
|
-
assetId: string;
|
|
3244
|
-
venues: string;
|
|
3245
|
-
};
|
|
3246
|
-
disallow_venues: {
|
|
3247
|
-
assetId: string;
|
|
3248
|
-
venues: string;
|
|
3249
|
-
};
|
|
3250
|
-
update_venue_signers: {
|
|
3251
|
-
id: string;
|
|
3252
|
-
signers: string;
|
|
3253
|
-
addSigners: string;
|
|
3254
|
-
};
|
|
3255
|
-
execute_manual_instruction: {
|
|
3256
|
-
id: string;
|
|
3257
|
-
portfolio: string;
|
|
3258
|
-
fungibleTransfers: string;
|
|
3259
|
-
nftsTransfers: string;
|
|
3260
|
-
offchainTransfers: string;
|
|
3261
|
-
weightLimit: string;
|
|
3262
|
-
};
|
|
3263
|
-
add_instruction: {
|
|
3264
|
-
venueId: string;
|
|
3265
|
-
settlementType: string;
|
|
3266
|
-
tradeDate: string;
|
|
3267
|
-
valueDate: string;
|
|
3268
|
-
legs: string;
|
|
3269
|
-
instructionMemo: string;
|
|
3270
|
-
};
|
|
3271
|
-
add_and_affirm_instruction: {
|
|
3272
|
-
venueId: string;
|
|
3273
|
-
settlementType: string;
|
|
3274
|
-
tradeDate: string;
|
|
3275
|
-
valueDate: string;
|
|
3276
|
-
legs: string;
|
|
3277
|
-
portfolios: string;
|
|
3278
|
-
instructionMemo: string;
|
|
3279
|
-
};
|
|
3280
|
-
affirm_instruction: {
|
|
3281
|
-
id: string;
|
|
3282
|
-
portfolios: string;
|
|
3283
|
-
};
|
|
3284
|
-
withdraw_affirmation: {
|
|
3285
|
-
id: string;
|
|
3286
|
-
portfolios: string;
|
|
3287
|
-
};
|
|
3288
|
-
reject_instruction: {
|
|
3289
|
-
id: string;
|
|
3290
|
-
portfolio: string;
|
|
3291
|
-
};
|
|
3292
|
-
execute_scheduled_instruction: {
|
|
3293
|
-
id: string;
|
|
3294
|
-
weightLimit: string;
|
|
3295
|
-
};
|
|
3296
|
-
affirm_with_receipts_with_count: {
|
|
3297
|
-
id: string;
|
|
3298
|
-
receiptDetails: string;
|
|
3299
|
-
portfolios: string;
|
|
3300
|
-
numberOfAssets: string;
|
|
3301
|
-
};
|
|
3302
|
-
affirm_instruction_with_count: {
|
|
3303
|
-
id: string;
|
|
3304
|
-
portfolios: string;
|
|
3305
|
-
numberOfAssets: string;
|
|
3306
|
-
};
|
|
3307
|
-
reject_instruction_with_count: {
|
|
3308
|
-
id: string;
|
|
3309
|
-
portfolio: string;
|
|
3310
|
-
numberOfAssets: string;
|
|
3311
|
-
};
|
|
3312
|
-
withdraw_affirmation_with_count: {
|
|
3313
|
-
id: string;
|
|
3314
|
-
portfolios: string;
|
|
3315
|
-
numberOfAssets: string;
|
|
3316
|
-
};
|
|
3317
|
-
add_instruction_with_mediators: {
|
|
3318
|
-
venueId: string;
|
|
3319
|
-
settlementType: string;
|
|
3320
|
-
tradeDate: string;
|
|
3321
|
-
valueDate: string;
|
|
3322
|
-
legs: string;
|
|
3323
|
-
instructionMemo: string;
|
|
3324
|
-
mediators: string;
|
|
3325
|
-
};
|
|
3326
|
-
add_and_affirm_with_mediators: {
|
|
3327
|
-
venueId: string;
|
|
3328
|
-
settlementType: string;
|
|
3329
|
-
tradeDate: string;
|
|
3330
|
-
valueDate: string;
|
|
3331
|
-
legs: string;
|
|
3332
|
-
portfolios: string;
|
|
3333
|
-
instructionMemo: string;
|
|
3334
|
-
mediators: string;
|
|
3335
|
-
};
|
|
3336
|
-
affirm_instruction_as_mediator: {
|
|
3337
|
-
instructionId: string;
|
|
3338
|
-
expiry: string;
|
|
3339
|
-
};
|
|
3340
|
-
withdraw_affirmation_as_mediator: {
|
|
3341
|
-
instructionId: string;
|
|
3342
|
-
};
|
|
3343
|
-
reject_instruction_as_mediator: {
|
|
3344
|
-
instructionId: string;
|
|
3345
|
-
numberOfAssets: string;
|
|
3346
|
-
};
|
|
3347
|
-
};
|
|
3348
|
-
};
|
|
3349
|
-
/**
|
|
3350
|
-
* Lookup446: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3351
|
-
**/
|
|
3352
|
-
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3353
|
-
uid: string;
|
|
3354
|
-
instructionId: string;
|
|
3355
|
-
legId: string;
|
|
3356
|
-
signer: string;
|
|
3357
|
-
signature: string;
|
|
3358
|
-
metadata: string;
|
|
3359
|
-
};
|
|
3360
|
-
/**
|
|
3361
|
-
* Lookup447: sp_runtime::MultiSignature
|
|
3362
|
-
**/
|
|
3363
|
-
SpRuntimeMultiSignature: {
|
|
3364
|
-
_enum: {
|
|
3365
|
-
Ed25519: string;
|
|
3366
|
-
Sr25519: string;
|
|
3367
|
-
Ecdsa: string;
|
|
3368
|
-
};
|
|
3369
|
-
};
|
|
3370
|
-
/**
|
|
3371
|
-
* Lookup448: sp_core::ecdsa::Signature
|
|
3372
|
-
**/
|
|
3373
|
-
SpCoreEcdsaSignature: string;
|
|
3374
|
-
/**
|
|
3375
|
-
* Lookup452: polymesh_primitives::settlement::AffirmationCount
|
|
3376
|
-
**/
|
|
3377
|
-
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3378
|
-
senderAssetCount: string;
|
|
3379
|
-
receiverAssetCount: string;
|
|
3380
|
-
offchainCount: string;
|
|
3381
|
-
};
|
|
3382
|
-
/**
|
|
3383
|
-
* Lookup453: polymesh_primitives::settlement::AssetCount
|
|
3384
|
-
**/
|
|
3385
|
-
PolymeshPrimitivesSettlementAssetCount: {
|
|
3386
|
-
fungible: string;
|
|
3387
|
-
nonFungible: string;
|
|
3388
|
-
offChain: string;
|
|
3389
|
-
};
|
|
3390
|
-
/**
|
|
3391
|
-
* Lookup456: pallet_statistics::pallet::Call<T>
|
|
3392
|
-
**/
|
|
3393
|
-
PalletStatisticsCall: {
|
|
3394
|
-
_enum: {
|
|
3395
|
-
set_active_asset_stats: {
|
|
3396
|
-
assetId: string;
|
|
3397
|
-
statTypes: string;
|
|
3398
|
-
};
|
|
3399
|
-
batch_update_asset_stats: {
|
|
3400
|
-
assetId: string;
|
|
3401
|
-
statType: string;
|
|
3402
|
-
values: string;
|
|
3403
|
-
};
|
|
3404
|
-
set_asset_transfer_compliance: {
|
|
3405
|
-
assetId: string;
|
|
3406
|
-
transferConditions: string;
|
|
3407
|
-
};
|
|
3408
|
-
set_entities_exempt: {
|
|
3409
|
-
isExempt: string;
|
|
3410
|
-
exemptKey: string;
|
|
3411
|
-
entities: string;
|
|
3412
|
-
};
|
|
3413
|
-
};
|
|
3414
|
-
};
|
|
3415
|
-
/**
|
|
3416
|
-
* Lookup460: pallet_sto::pallet::Call<T>
|
|
3417
|
-
**/
|
|
3418
|
-
PalletStoCall: {
|
|
3419
|
-
_enum: {
|
|
3420
|
-
create_fundraiser: {
|
|
3421
|
-
offeringPortfolio: string;
|
|
3422
|
-
offeringAsset: string;
|
|
3423
|
-
raisingPortfolio: string;
|
|
3424
|
-
raisingAsset: string;
|
|
3425
|
-
tiers: string;
|
|
3426
|
-
venueId: string;
|
|
3427
|
-
start: string;
|
|
3428
|
-
end: string;
|
|
3429
|
-
minimumInvestment: string;
|
|
3430
|
-
fundraiserName: string;
|
|
3431
|
-
};
|
|
3432
|
-
invest: {
|
|
3433
|
-
investmentPortfolio: string;
|
|
3434
|
-
fundingPortfolio: string;
|
|
3435
|
-
offeringAsset: string;
|
|
3436
|
-
id: string;
|
|
3437
|
-
purchaseAmount: string;
|
|
3438
|
-
maxPrice: string;
|
|
3439
|
-
receipt: string;
|
|
3440
|
-
};
|
|
3441
|
-
freeze_fundraiser: {
|
|
3442
|
-
offeringAsset: string;
|
|
3443
|
-
id: string;
|
|
3444
|
-
};
|
|
3445
|
-
unfreeze_fundraiser: {
|
|
3446
|
-
offeringAsset: string;
|
|
3447
|
-
id: string;
|
|
3448
|
-
};
|
|
3449
|
-
modify_fundraiser_window: {
|
|
3450
|
-
offeringAsset: string;
|
|
3451
|
-
id: string;
|
|
3452
|
-
start: string;
|
|
3453
|
-
end: string;
|
|
3454
|
-
};
|
|
3455
|
-
stop: {
|
|
3456
|
-
offeringAsset: string;
|
|
3457
|
-
id: string;
|
|
3458
|
-
};
|
|
3459
|
-
};
|
|
3460
|
-
};
|
|
3461
|
-
/**
|
|
3462
|
-
* Lookup462: pallet_sto::PriceTier
|
|
3463
|
-
**/
|
|
3464
|
-
PalletStoPriceTier: {
|
|
3465
|
-
total: string;
|
|
3466
|
-
price: string;
|
|
3467
|
-
};
|
|
3468
|
-
/**
|
|
3469
|
-
* Lookup464: pallet_treasury::pallet::Call<T>
|
|
3470
|
-
**/
|
|
3471
|
-
PalletTreasuryCall: {
|
|
3472
|
-
_enum: {
|
|
3473
|
-
disbursement: {
|
|
3474
|
-
beneficiaries: string;
|
|
3475
|
-
};
|
|
3476
|
-
reimbursement: {
|
|
3477
|
-
amount: string;
|
|
3478
|
-
};
|
|
3479
|
-
};
|
|
3480
|
-
};
|
|
3481
|
-
/**
|
|
3482
|
-
* Lookup466: polymesh_primitives::Beneficiary<Balance>
|
|
3483
|
-
**/
|
|
3484
|
-
PolymeshPrimitivesBeneficiary: {
|
|
3485
|
-
id: string;
|
|
3486
|
-
amount: string;
|
|
3487
|
-
};
|
|
3488
|
-
/**
|
|
3489
|
-
* Lookup467: pallet_utility::pallet::Call<T>
|
|
3490
|
-
**/
|
|
3491
|
-
PalletUtilityCall: {
|
|
3492
|
-
_enum: {
|
|
3493
|
-
batch: {
|
|
3494
|
-
calls: string;
|
|
3495
|
-
};
|
|
3496
|
-
relay_tx: {
|
|
3497
|
-
target: string;
|
|
3498
|
-
signature: string;
|
|
3499
|
-
call: string;
|
|
3500
|
-
};
|
|
3501
|
-
batch_all: {
|
|
3502
|
-
calls: string;
|
|
3503
|
-
};
|
|
3504
|
-
dispatch_as: {
|
|
3505
|
-
asOrigin: string;
|
|
3506
|
-
call: string;
|
|
3507
|
-
};
|
|
3508
|
-
force_batch: {
|
|
3509
|
-
calls: string;
|
|
3510
|
-
};
|
|
3511
|
-
with_weight: {
|
|
3512
|
-
call: string;
|
|
3513
|
-
weight: string;
|
|
3514
|
-
};
|
|
3515
|
-
__Unused6: string;
|
|
3516
|
-
__Unused7: string;
|
|
3517
|
-
__Unused8: string;
|
|
3518
|
-
as_derivative: {
|
|
3519
|
-
index: string;
|
|
3520
|
-
call: string;
|
|
3521
|
-
};
|
|
3522
|
-
};
|
|
3523
|
-
};
|
|
3524
|
-
/**
|
|
3525
|
-
* Lookup469: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3526
|
-
**/
|
|
3527
|
-
PalletUtilityUniqueCall: {
|
|
3528
|
-
nonce: string;
|
|
3529
|
-
call: string;
|
|
3530
|
-
};
|
|
3531
|
-
/**
|
|
3532
|
-
* Lookup470: polymesh_runtime_develop::runtime::OriginCaller
|
|
3533
|
-
**/
|
|
3534
|
-
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3535
|
-
_enum: {
|
|
3536
|
-
system: string;
|
|
3537
|
-
__Unused1: string;
|
|
3538
|
-
__Unused2: string;
|
|
3539
|
-
__Unused3: string;
|
|
3540
|
-
Void: string;
|
|
3541
|
-
__Unused5: string;
|
|
3542
|
-
__Unused6: string;
|
|
3543
|
-
__Unused7: string;
|
|
3544
|
-
__Unused8: string;
|
|
3545
|
-
PolymeshCommittee: string;
|
|
3546
|
-
__Unused10: string;
|
|
3547
|
-
TechnicalCommittee: string;
|
|
3548
|
-
__Unused12: string;
|
|
3549
|
-
UpgradeCommittee: string;
|
|
3550
|
-
};
|
|
3551
|
-
};
|
|
3552
|
-
/**
|
|
3553
|
-
* Lookup471: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3554
|
-
**/
|
|
3555
|
-
FrameSupportDispatchRawOrigin: {
|
|
3556
|
-
_enum: {
|
|
3557
|
-
Root: string;
|
|
3558
|
-
Signed: string;
|
|
3559
|
-
None: string;
|
|
3560
|
-
};
|
|
3561
|
-
};
|
|
3562
|
-
/**
|
|
3563
|
-
* Lookup472: pallet_committee::pallet::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
3564
|
-
**/
|
|
3565
|
-
PalletCommitteeRawOrigin: {
|
|
3566
|
-
_enum: string[];
|
|
3567
|
-
};
|
|
3568
|
-
/**
|
|
3569
|
-
* Lookup475: sp_core::Void
|
|
3570
|
-
**/
|
|
3571
|
-
SpCoreVoid: string;
|
|
3572
|
-
/**
|
|
3573
|
-
* Lookup476: pallet_base::pallet::Call<T>
|
|
3574
|
-
**/
|
|
3575
|
-
PalletBaseCall: string;
|
|
3576
|
-
/**
|
|
3577
|
-
* Lookup477: pallet_external_agents::pallet::Call<T>
|
|
3578
|
-
**/
|
|
3579
|
-
PalletExternalAgentsCall: {
|
|
3580
|
-
_enum: {
|
|
3581
|
-
create_group: {
|
|
3582
|
-
assetId: string;
|
|
3583
|
-
perms: string;
|
|
3584
|
-
};
|
|
3585
|
-
set_group_permissions: {
|
|
3586
|
-
assetId: string;
|
|
3587
|
-
id: string;
|
|
3588
|
-
perms: string;
|
|
3589
|
-
};
|
|
3590
|
-
remove_agent: {
|
|
3591
|
-
assetId: string;
|
|
3592
|
-
agent: string;
|
|
3593
|
-
};
|
|
3594
|
-
abdicate: {
|
|
3595
|
-
assetId: string;
|
|
3596
|
-
};
|
|
3597
|
-
change_group: {
|
|
3598
|
-
assetId: string;
|
|
3599
|
-
agent: string;
|
|
3600
|
-
group: string;
|
|
3601
|
-
};
|
|
3602
|
-
accept_become_agent: {
|
|
3603
|
-
authId: string;
|
|
3604
|
-
};
|
|
3605
|
-
create_group_and_add_auth: {
|
|
3606
|
-
assetId: string;
|
|
3607
|
-
perms: string;
|
|
3608
|
-
target: string;
|
|
3609
|
-
expiry: string;
|
|
3610
|
-
};
|
|
3611
|
-
create_and_change_custom_group: {
|
|
3612
|
-
assetId: string;
|
|
3613
|
-
perms: string;
|
|
3614
|
-
agent: string;
|
|
3615
|
-
};
|
|
3616
|
-
};
|
|
3617
|
-
};
|
|
3618
|
-
/**
|
|
3619
|
-
* Lookup478: pallet_relayer::pallet::Call<T>
|
|
3620
|
-
**/
|
|
3621
|
-
PalletRelayerCall: {
|
|
3622
|
-
_enum: {
|
|
3623
|
-
set_paying_key: {
|
|
3624
|
-
userKey: string;
|
|
3625
|
-
polyxLimit: string;
|
|
3626
|
-
};
|
|
3627
|
-
accept_paying_key: {
|
|
3628
|
-
authId: string;
|
|
3629
|
-
};
|
|
3630
|
-
remove_paying_key: {
|
|
3631
|
-
userKey: string;
|
|
3632
|
-
payingKey: string;
|
|
3633
|
-
};
|
|
3634
|
-
update_polyx_limit: {
|
|
3635
|
-
userKey: string;
|
|
3636
|
-
polyxLimit: string;
|
|
3637
|
-
};
|
|
3638
|
-
increase_polyx_limit: {
|
|
3639
|
-
userKey: string;
|
|
3640
|
-
amount: string;
|
|
3641
|
-
};
|
|
3642
|
-
decrease_polyx_limit: {
|
|
3643
|
-
userKey: string;
|
|
3644
|
-
amount: string;
|
|
3645
|
-
};
|
|
3646
|
-
};
|
|
3647
|
-
};
|
|
3648
|
-
/**
|
|
3649
|
-
* Lookup479: pallet_contracts::pallet::Call<T>
|
|
3650
|
-
**/
|
|
3651
|
-
PalletContractsCall: {
|
|
3652
|
-
_enum: {
|
|
3653
|
-
call_old_weight: {
|
|
3654
|
-
dest: string;
|
|
3655
|
-
value: string;
|
|
3656
|
-
gasLimit: string;
|
|
3657
|
-
storageDepositLimit: string;
|
|
3658
|
-
data: string;
|
|
3659
|
-
};
|
|
3660
|
-
instantiate_with_code_old_weight: {
|
|
3661
|
-
value: string;
|
|
3662
|
-
gasLimit: string;
|
|
3663
|
-
storageDepositLimit: string;
|
|
3664
|
-
code: string;
|
|
3665
|
-
data: string;
|
|
3666
|
-
salt: string;
|
|
3667
|
-
};
|
|
3668
|
-
instantiate_old_weight: {
|
|
3669
|
-
value: string;
|
|
3670
|
-
gasLimit: string;
|
|
3671
|
-
storageDepositLimit: string;
|
|
3672
|
-
codeHash: string;
|
|
3673
|
-
data: string;
|
|
3674
|
-
salt: string;
|
|
3675
|
-
};
|
|
3676
|
-
upload_code: {
|
|
3677
|
-
code: string;
|
|
3678
|
-
storageDepositLimit: string;
|
|
3679
|
-
determinism: string;
|
|
3680
|
-
};
|
|
3681
|
-
remove_code: {
|
|
3682
|
-
codeHash: string;
|
|
3683
|
-
};
|
|
3684
|
-
set_code: {
|
|
3685
|
-
dest: string;
|
|
3686
|
-
codeHash: string;
|
|
3687
|
-
};
|
|
3688
|
-
call: {
|
|
3689
|
-
dest: string;
|
|
3690
|
-
value: string;
|
|
3691
|
-
gasLimit: string;
|
|
3692
|
-
storageDepositLimit: string;
|
|
3693
|
-
data: string;
|
|
3694
|
-
};
|
|
3695
|
-
instantiate_with_code: {
|
|
3696
|
-
value: string;
|
|
3697
|
-
gasLimit: string;
|
|
3698
|
-
storageDepositLimit: string;
|
|
3699
|
-
code: string;
|
|
3700
|
-
data: string;
|
|
3701
|
-
salt: string;
|
|
3702
|
-
};
|
|
3703
|
-
instantiate: {
|
|
3704
|
-
value: string;
|
|
3705
|
-
gasLimit: string;
|
|
3706
|
-
storageDepositLimit: string;
|
|
3707
|
-
codeHash: string;
|
|
3708
|
-
data: string;
|
|
3709
|
-
salt: string;
|
|
3710
|
-
};
|
|
3711
|
-
};
|
|
3712
|
-
};
|
|
3713
|
-
/**
|
|
3714
|
-
* Lookup483: pallet_contracts::wasm::Determinism
|
|
3715
|
-
**/
|
|
3716
|
-
PalletContractsWasmDeterminism: {
|
|
3717
|
-
_enum: string[];
|
|
3718
|
-
};
|
|
3719
|
-
/**
|
|
3720
|
-
* Lookup484: polymesh_contracts::pallet::Call<T>
|
|
3721
|
-
**/
|
|
3722
|
-
PolymeshContractsCall: {
|
|
3723
|
-
_enum: {
|
|
3724
|
-
instantiate_with_code_perms: {
|
|
3725
|
-
endowment: string;
|
|
3726
|
-
gasLimit: string;
|
|
3727
|
-
storageDepositLimit: string;
|
|
3728
|
-
code: string;
|
|
3729
|
-
data: string;
|
|
3730
|
-
salt: string;
|
|
3731
|
-
perms: string;
|
|
3732
|
-
};
|
|
3733
|
-
instantiate_with_hash_perms: {
|
|
3734
|
-
endowment: string;
|
|
3735
|
-
gasLimit: string;
|
|
3736
|
-
storageDepositLimit: string;
|
|
3737
|
-
codeHash: string;
|
|
3738
|
-
data: string;
|
|
3739
|
-
salt: string;
|
|
3740
|
-
perms: string;
|
|
3741
|
-
};
|
|
3742
|
-
update_call_runtime_whitelist: {
|
|
3743
|
-
updates: string;
|
|
3744
|
-
};
|
|
3745
|
-
instantiate_with_code_as_primary_key: {
|
|
3746
|
-
endowment: string;
|
|
3747
|
-
gasLimit: string;
|
|
3748
|
-
storageDepositLimit: string;
|
|
3749
|
-
code: string;
|
|
3750
|
-
data: string;
|
|
3751
|
-
salt: string;
|
|
3752
|
-
};
|
|
3753
|
-
instantiate_with_hash_as_primary_key: {
|
|
3754
|
-
endowment: string;
|
|
3755
|
-
gasLimit: string;
|
|
3756
|
-
storageDepositLimit: string;
|
|
3757
|
-
codeHash: string;
|
|
3758
|
-
data: string;
|
|
3759
|
-
salt: string;
|
|
3760
|
-
};
|
|
3761
|
-
upgrade_api: {
|
|
3762
|
-
api: string;
|
|
3763
|
-
nextUpgrade: string;
|
|
3764
|
-
};
|
|
3765
|
-
};
|
|
3766
|
-
};
|
|
3767
|
-
/**
|
|
3768
|
-
* Lookup487: polymesh_contracts::NextUpgrade<T>
|
|
3769
|
-
**/
|
|
3770
|
-
PolymeshContractsNextUpgrade: {
|
|
3771
|
-
chainVersion: string;
|
|
3772
|
-
apiHash: string;
|
|
3773
|
-
};
|
|
3774
|
-
/**
|
|
3775
|
-
* Lookup488: polymesh_contracts::ApiCodeHash<T>
|
|
3776
|
-
**/
|
|
3777
|
-
PolymeshContractsApiCodeHash: {
|
|
3778
|
-
_alias: {
|
|
3779
|
-
hash_: string;
|
|
3780
|
-
};
|
|
3781
|
-
hash_: string;
|
|
3782
|
-
};
|
|
3783
|
-
/**
|
|
3784
|
-
* Lookup489: pallet_preimage::pallet::Call<T>
|
|
3785
|
-
**/
|
|
3786
|
-
PalletPreimageCall: {
|
|
3787
|
-
_enum: {
|
|
3788
|
-
note_preimage: {
|
|
3789
|
-
bytes: string;
|
|
3790
|
-
};
|
|
3791
|
-
unnote_preimage: {
|
|
3792
|
-
_alias: {
|
|
3793
|
-
hash_: string;
|
|
3794
|
-
};
|
|
3795
|
-
hash_: string;
|
|
3796
|
-
};
|
|
3797
|
-
request_preimage: {
|
|
3798
|
-
_alias: {
|
|
3799
|
-
hash_: string;
|
|
3800
|
-
};
|
|
3801
|
-
hash_: string;
|
|
3802
|
-
};
|
|
3803
|
-
unrequest_preimage: {
|
|
3804
|
-
_alias: {
|
|
3805
|
-
hash_: string;
|
|
3806
|
-
};
|
|
3807
|
-
hash_: string;
|
|
3808
|
-
};
|
|
3809
|
-
};
|
|
3810
|
-
};
|
|
3811
|
-
/**
|
|
3812
|
-
* Lookup490: pallet_nft::pallet::Call<T>
|
|
3813
|
-
**/
|
|
3814
|
-
PalletNftCall: {
|
|
3815
|
-
_enum: {
|
|
3816
|
-
create_nft_collection: {
|
|
3817
|
-
assetId: string;
|
|
3818
|
-
nftType: string;
|
|
3819
|
-
collectionKeys: string;
|
|
3820
|
-
};
|
|
3821
|
-
issue_nft: {
|
|
3822
|
-
assetId: string;
|
|
3823
|
-
nftMetadataAttributes: string;
|
|
3824
|
-
portfolioKind: string;
|
|
3825
|
-
};
|
|
3826
|
-
redeem_nft: {
|
|
3827
|
-
assetId: string;
|
|
3828
|
-
nftId: string;
|
|
3829
|
-
portfolioKind: string;
|
|
3830
|
-
numberOfKeys: string;
|
|
3831
|
-
};
|
|
3832
|
-
controller_transfer: {
|
|
3833
|
-
nfts: string;
|
|
3834
|
-
sourcePortfolio: string;
|
|
3835
|
-
callersPortfolioKind: string;
|
|
3836
|
-
};
|
|
3837
|
-
};
|
|
3838
|
-
};
|
|
3839
|
-
/**
|
|
3840
|
-
* Lookup493: polymesh_primitives::nft::NFTCollectionKeys
|
|
3841
|
-
**/
|
|
3842
|
-
PolymeshPrimitivesNftNftCollectionKeys: string;
|
|
3843
|
-
/**
|
|
3844
|
-
* Lookup496: polymesh_primitives::nft::NFTMetadataAttribute
|
|
3845
|
-
**/
|
|
3846
|
-
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
3847
|
-
key: string;
|
|
3848
|
-
value: string;
|
|
3849
|
-
};
|
|
3850
|
-
/**
|
|
3851
|
-
* Lookup498: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
3852
|
-
**/
|
|
3853
|
-
PalletElectionProviderMultiPhaseCall: {
|
|
3854
|
-
_enum: {
|
|
3855
|
-
submit_unsigned: {
|
|
3856
|
-
rawSolution: string;
|
|
3857
|
-
witness: string;
|
|
3858
|
-
};
|
|
3859
|
-
set_minimum_untrusted_score: {
|
|
3860
|
-
maybeNextScore: string;
|
|
3861
|
-
};
|
|
3862
|
-
set_emergency_election_result: {
|
|
3863
|
-
supports: string;
|
|
3864
|
-
};
|
|
3865
|
-
submit: {
|
|
3866
|
-
rawSolution: string;
|
|
3867
|
-
};
|
|
3868
|
-
governance_fallback: {
|
|
3869
|
-
maybeMaxVoters: string;
|
|
3870
|
-
maybeMaxTargets: string;
|
|
3871
|
-
};
|
|
3872
|
-
};
|
|
3873
|
-
};
|
|
3874
|
-
/**
|
|
3875
|
-
* Lookup499: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
|
|
3876
|
-
**/
|
|
3877
|
-
PalletElectionProviderMultiPhaseRawSolution: {
|
|
3878
|
-
solution: string;
|
|
3879
|
-
score: string;
|
|
3880
|
-
round: string;
|
|
3881
|
-
};
|
|
3882
|
-
/**
|
|
3883
|
-
* Lookup500: polymesh_runtime_common::NposSolution16
|
|
3884
|
-
**/
|
|
3885
|
-
PolymeshRuntimeCommonNposSolution16: {
|
|
3886
|
-
votes1: string;
|
|
3887
|
-
votes2: string;
|
|
3888
|
-
votes3: string;
|
|
3889
|
-
votes4: string;
|
|
3890
|
-
votes5: string;
|
|
3891
|
-
votes6: string;
|
|
3892
|
-
votes7: string;
|
|
3893
|
-
votes8: string;
|
|
3894
|
-
votes9: string;
|
|
3895
|
-
votes10: string;
|
|
3896
|
-
votes11: string;
|
|
3897
|
-
votes12: string;
|
|
3898
|
-
votes13: string;
|
|
3899
|
-
votes14: string;
|
|
3900
|
-
votes15: string;
|
|
3901
|
-
votes16: string;
|
|
3902
|
-
};
|
|
3903
|
-
/**
|
|
3904
|
-
* Lookup551: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
3905
|
-
**/
|
|
3906
|
-
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
3907
|
-
voters: string;
|
|
3908
|
-
targets: string;
|
|
3909
|
-
};
|
|
3910
|
-
/**
|
|
3911
|
-
* Lookup555: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
3912
|
-
**/
|
|
3913
|
-
SpNposElectionsSupport: {
|
|
3914
|
-
total: string;
|
|
3915
|
-
voters: string;
|
|
3916
|
-
};
|
|
3917
|
-
/**
|
|
3918
|
-
* Lookup558: pallet_committee::pallet::PolymeshVotes<BlockNumber>
|
|
3919
|
-
**/
|
|
3920
|
-
PalletCommitteePolymeshVotes: {
|
|
3921
|
-
index: string;
|
|
3922
|
-
ayes: string;
|
|
3923
|
-
nays: string;
|
|
3924
|
-
expiry: string;
|
|
3925
|
-
};
|
|
3926
|
-
/**
|
|
3927
|
-
* Lookup559: pallet_committee::pallet::Error<T, I>
|
|
3928
|
-
**/
|
|
3929
|
-
PalletCommitteeError: {
|
|
3930
|
-
_enum: string[];
|
|
3931
|
-
};
|
|
3932
|
-
/**
|
|
3933
|
-
* Lookup568: polymesh_primitives::multisig::ProposalVoteCount
|
|
3934
|
-
**/
|
|
3935
|
-
PolymeshPrimitivesMultisigProposalVoteCount: {
|
|
3936
|
-
approvals: string;
|
|
3937
|
-
rejections: string;
|
|
3938
|
-
};
|
|
3939
|
-
/**
|
|
3940
|
-
* Lookup569: polymesh_primitives::multisig::ProposalState<Moment>
|
|
3941
|
-
**/
|
|
3942
|
-
PolymeshPrimitivesMultisigProposalState: {
|
|
3943
|
-
_enum: {
|
|
3944
|
-
Active: {
|
|
3945
|
-
until: string;
|
|
3946
|
-
};
|
|
3947
|
-
ExecutionSuccessful: string;
|
|
3948
|
-
ExecutionFailed: string;
|
|
3949
|
-
Rejected: string;
|
|
3950
|
-
};
|
|
3951
|
-
};
|
|
3952
|
-
/**
|
|
3953
|
-
* Lookup571: pallet_multisig::pallet::Error<T>
|
|
3954
|
-
**/
|
|
3955
|
-
PalletMultisigError: {
|
|
3956
|
-
_enum: string[];
|
|
3957
|
-
};
|
|
3958
|
-
/**
|
|
3959
|
-
* Lookup573: pallet_bridge::pallet::BridgeTxDetail<BlockNumber>
|
|
3960
|
-
**/
|
|
3961
|
-
PalletBridgeBridgeTxDetail: {
|
|
3962
|
-
amount: string;
|
|
3963
|
-
status: string;
|
|
3964
|
-
executionBlock: string;
|
|
3965
|
-
txHash: string;
|
|
3966
|
-
};
|
|
3967
|
-
/**
|
|
3968
|
-
* Lookup574: pallet_bridge::pallet::BridgeTxStatus
|
|
3969
|
-
**/
|
|
3970
|
-
PalletBridgeBridgeTxStatus: {
|
|
3971
|
-
_enum: {
|
|
3972
|
-
Absent: string;
|
|
3973
|
-
Pending: string;
|
|
3974
|
-
Frozen: string;
|
|
3975
|
-
Timelocked: string;
|
|
3976
|
-
Handled: string;
|
|
3977
|
-
};
|
|
3978
|
-
};
|
|
3979
|
-
/**
|
|
3980
|
-
* Lookup577: pallet_staking::StakingLedger<T>
|
|
3981
|
-
**/
|
|
3982
|
-
PalletStakingStakingLedger: {
|
|
3983
|
-
stash: string;
|
|
3984
|
-
total: string;
|
|
3985
|
-
active: string;
|
|
3986
|
-
unlocking: string;
|
|
3987
|
-
claimedRewards: string;
|
|
3988
|
-
};
|
|
3989
|
-
/**
|
|
3990
|
-
* Lookup579: pallet_staking::UnlockChunk<Balance>
|
|
3991
|
-
**/
|
|
3992
|
-
PalletStakingUnlockChunk: {
|
|
3993
|
-
value: string;
|
|
3994
|
-
era: string;
|
|
3995
|
-
};
|
|
3996
|
-
/**
|
|
3997
|
-
* Lookup582: pallet_staking::Nominations<T>
|
|
3998
|
-
**/
|
|
3999
|
-
PalletStakingNominations: {
|
|
4000
|
-
targets: string;
|
|
4001
|
-
submittedIn: string;
|
|
4002
|
-
suppressed: string;
|
|
4003
|
-
};
|
|
4004
|
-
/**
|
|
4005
|
-
* Lookup584: pallet_staking::ActiveEraInfo
|
|
4006
|
-
**/
|
|
4007
|
-
PalletStakingActiveEraInfo: {
|
|
4008
|
-
index: string;
|
|
4009
|
-
start: string;
|
|
4010
|
-
};
|
|
4011
|
-
/**
|
|
4012
|
-
* Lookup586: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4013
|
-
**/
|
|
4014
|
-
PalletStakingEraRewardPoints: {
|
|
4015
|
-
total: string;
|
|
4016
|
-
individual: string;
|
|
4017
|
-
};
|
|
4018
|
-
/**
|
|
4019
|
-
* Lookup590: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4020
|
-
**/
|
|
4021
|
-
PalletStakingUnappliedSlash: {
|
|
4022
|
-
validator: string;
|
|
4023
|
-
own: string;
|
|
4024
|
-
others: string;
|
|
4025
|
-
reporters: string;
|
|
4026
|
-
payout: string;
|
|
4027
|
-
};
|
|
4028
|
-
/**
|
|
4029
|
-
* Lookup592: pallet_staking::slashing::SlashingSpans
|
|
4030
|
-
**/
|
|
4031
|
-
PalletStakingSlashingSlashingSpans: {
|
|
4032
|
-
spanIndex: string;
|
|
4033
|
-
lastStart: string;
|
|
4034
|
-
lastNonzeroSlash: string;
|
|
4035
|
-
prior: string;
|
|
4036
|
-
};
|
|
4037
|
-
/**
|
|
4038
|
-
* Lookup593: pallet_staking::slashing::SpanRecord<Balance>
|
|
4039
|
-
**/
|
|
4040
|
-
PalletStakingSlashingSpanRecord: {
|
|
4041
|
-
slashed: string;
|
|
4042
|
-
paidOut: string;
|
|
4043
|
-
};
|
|
4044
|
-
/**
|
|
4045
|
-
* Lookup596: pallet_staking::types::PermissionedIdentityPrefs
|
|
4046
|
-
**/
|
|
4047
|
-
PalletStakingPermissionedIdentityPrefs: {
|
|
4048
|
-
intendedCount: string;
|
|
4049
|
-
runningCount: string;
|
|
4050
|
-
};
|
|
4051
|
-
/**
|
|
4052
|
-
* Lookup598: pallet_staking::pallet::pallet::Error<T>
|
|
4053
|
-
**/
|
|
4054
|
-
PalletStakingPalletError: {
|
|
4055
|
-
_enum: string[];
|
|
4056
|
-
};
|
|
4057
|
-
/**
|
|
4058
|
-
* Lookup599: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4059
|
-
**/
|
|
4060
|
-
SpStakingOffenceOffenceDetails: {
|
|
4061
|
-
offender: string;
|
|
4062
|
-
reporters: string;
|
|
4063
|
-
};
|
|
4064
|
-
/**
|
|
4065
|
-
* Lookup604: sp_core::crypto::KeyTypeId
|
|
4066
|
-
**/
|
|
4067
|
-
SpCoreCryptoKeyTypeId: string;
|
|
4068
|
-
/**
|
|
4069
|
-
* Lookup605: pallet_session::pallet::Error<T>
|
|
4070
|
-
**/
|
|
4071
|
-
PalletSessionError: {
|
|
4072
|
-
_enum: string[];
|
|
4073
|
-
};
|
|
4074
|
-
/**
|
|
4075
|
-
* Lookup606: pallet_grandpa::StoredState<N>
|
|
4076
|
-
**/
|
|
4077
|
-
PalletGrandpaStoredState: {
|
|
4078
|
-
_enum: {
|
|
4079
|
-
Live: string;
|
|
4080
|
-
PendingPause: {
|
|
4081
|
-
scheduledAt: string;
|
|
4082
|
-
delay: string;
|
|
4083
|
-
};
|
|
4084
|
-
Paused: string;
|
|
4085
|
-
PendingResume: {
|
|
4086
|
-
scheduledAt: string;
|
|
4087
|
-
delay: string;
|
|
4088
|
-
};
|
|
4089
|
-
};
|
|
4090
|
-
};
|
|
4091
|
-
/**
|
|
4092
|
-
* Lookup607: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4093
|
-
**/
|
|
4094
|
-
PalletGrandpaStoredPendingChange: {
|
|
4095
|
-
scheduledAt: string;
|
|
4096
|
-
delay: string;
|
|
4097
|
-
nextAuthorities: string;
|
|
4098
|
-
forced: string;
|
|
4099
|
-
};
|
|
4100
|
-
/**
|
|
4101
|
-
* Lookup609: pallet_grandpa::pallet::Error<T>
|
|
4102
|
-
**/
|
|
4103
|
-
PalletGrandpaError: {
|
|
4104
|
-
_enum: string[];
|
|
4105
|
-
};
|
|
4106
|
-
/**
|
|
4107
|
-
* Lookup613: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4108
|
-
**/
|
|
4109
|
-
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4110
|
-
peerId: string;
|
|
4111
|
-
externalAddresses: string;
|
|
4112
|
-
};
|
|
4113
|
-
/**
|
|
4114
|
-
* Lookup617: pallet_im_online::pallet::Error<T>
|
|
4115
|
-
**/
|
|
4116
|
-
PalletImOnlineError: {
|
|
4117
|
-
_enum: string[];
|
|
4118
|
-
};
|
|
4119
|
-
/**
|
|
4120
|
-
* Lookup619: pallet_sudo::pallet::Error<T>
|
|
4121
|
-
**/
|
|
4122
|
-
PalletSudoError: {
|
|
4123
|
-
_enum: string[];
|
|
4124
|
-
};
|
|
4125
|
-
/**
|
|
4126
|
-
* Lookup620: pallet_asset::types::TickerRegistration<T>
|
|
4127
|
-
**/
|
|
4128
|
-
PalletAssetTickerRegistration: {
|
|
4129
|
-
owner: string;
|
|
4130
|
-
expiry: string;
|
|
4131
|
-
};
|
|
4132
|
-
/**
|
|
4133
|
-
* Lookup621: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4134
|
-
**/
|
|
4135
|
-
PalletAssetTickerRegistrationConfig: {
|
|
4136
|
-
maxTickerLength: string;
|
|
4137
|
-
registrationLength: string;
|
|
4138
|
-
};
|
|
4139
|
-
/**
|
|
4140
|
-
* Lookup622: pallet_asset::types::AssetDetails
|
|
4141
|
-
**/
|
|
4142
|
-
PalletAssetAssetDetails: {
|
|
4143
|
-
totalSupply: string;
|
|
4144
|
-
ownerDid: string;
|
|
4145
|
-
divisible: string;
|
|
4146
|
-
assetType: string;
|
|
4147
|
-
};
|
|
4148
|
-
/**
|
|
4149
|
-
* Lookup632: pallet_asset::pallet::Error<T>
|
|
4150
|
-
**/
|
|
4151
|
-
PalletAssetError: {
|
|
4152
|
-
_enum: string[];
|
|
4153
|
-
};
|
|
4154
|
-
/**
|
|
4155
|
-
* Lookup635: pallet_corporate_actions::distribution::pallet::Error<T>
|
|
4156
|
-
**/
|
|
4157
|
-
PalletCorporateActionsDistributionPalletError: {
|
|
4158
|
-
_enum: string[];
|
|
4159
|
-
};
|
|
4160
|
-
/**
|
|
4161
|
-
* Lookup639: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4162
|
-
**/
|
|
4163
|
-
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4164
|
-
nextAt: string;
|
|
4165
|
-
totalPending: string;
|
|
4166
|
-
schedules: string;
|
|
4167
|
-
};
|
|
4168
|
-
/**
|
|
4169
|
-
* Lookup645: pallet_asset::checkpoint::pallet::Error<T>
|
|
4170
|
-
**/
|
|
4171
|
-
PalletAssetCheckpointPalletError: {
|
|
4172
|
-
_enum: string[];
|
|
4173
|
-
};
|
|
4174
|
-
/**
|
|
4175
|
-
* Lookup646: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4176
|
-
**/
|
|
4177
|
-
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4178
|
-
paused: string;
|
|
4179
|
-
requirements: string;
|
|
4180
|
-
};
|
|
4181
|
-
/**
|
|
4182
|
-
* Lookup648: pallet_compliance_manager::pallet::Error<T>
|
|
4183
|
-
**/
|
|
4184
|
-
PalletComplianceManagerError: {
|
|
4185
|
-
_enum: string[];
|
|
4186
|
-
};
|
|
4187
|
-
/**
|
|
4188
|
-
* Lookup651: pallet_corporate_actions::pallet::Error<T>
|
|
4189
|
-
**/
|
|
4190
|
-
PalletCorporateActionsError: {
|
|
4191
|
-
_enum: string[];
|
|
4192
|
-
};
|
|
4193
|
-
/**
|
|
4194
|
-
* Lookup655: pallet_corporate_actions::ballot::pallet::Error<T>
|
|
4195
|
-
**/
|
|
4196
|
-
PalletCorporateActionsBallotPalletError: {
|
|
4197
|
-
_enum: string[];
|
|
4198
|
-
};
|
|
4199
|
-
/**
|
|
4200
|
-
* Lookup656: pallet_permissions::pallet::Error<T>
|
|
4201
|
-
**/
|
|
4202
|
-
PalletPermissionsError: {
|
|
4203
|
-
_enum: string[];
|
|
4204
|
-
};
|
|
4205
|
-
/**
|
|
4206
|
-
* Lookup657: pallet_pips::types::PipsMetadata<BlockNumber>
|
|
4207
|
-
**/
|
|
4208
|
-
PalletPipsPipsMetadata: {
|
|
4209
|
-
id: string;
|
|
4210
|
-
url: string;
|
|
4211
|
-
description: string;
|
|
4212
|
-
createdAt: string;
|
|
4213
|
-
transactionVersion: string;
|
|
4214
|
-
expiry: string;
|
|
4215
|
-
};
|
|
4216
|
-
/**
|
|
4217
|
-
* Lookup659: pallet_pips::types::DepositInfo<sp_core::crypto::AccountId32>
|
|
4218
|
-
**/
|
|
4219
|
-
PalletPipsDepositInfo: {
|
|
4220
|
-
owner: string;
|
|
4221
|
-
amount: string;
|
|
4222
|
-
};
|
|
4223
|
-
/**
|
|
4224
|
-
* Lookup660: pallet_pips::types::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4225
|
-
**/
|
|
4226
|
-
PalletPipsPip: {
|
|
4227
|
-
id: string;
|
|
4228
|
-
proposal: string;
|
|
4229
|
-
proposer: string;
|
|
4230
|
-
};
|
|
4231
|
-
/**
|
|
4232
|
-
* Lookup661: pallet_pips::types::VotingResult
|
|
4233
|
-
**/
|
|
4234
|
-
PalletPipsVotingResult: {
|
|
4235
|
-
ayesCount: string;
|
|
4236
|
-
ayesStake: string;
|
|
4237
|
-
naysCount: string;
|
|
4238
|
-
naysStake: string;
|
|
4239
|
-
};
|
|
4240
|
-
/**
|
|
4241
|
-
* Lookup662: pallet_pips::types::Vote
|
|
4242
|
-
**/
|
|
4243
|
-
PalletPipsVote: string;
|
|
4244
|
-
/**
|
|
4245
|
-
* Lookup663: pallet_pips::types::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4246
|
-
**/
|
|
4247
|
-
PalletPipsSnapshotMetadata: {
|
|
4248
|
-
createdAt: string;
|
|
4249
|
-
madeBy: string;
|
|
4250
|
-
id: string;
|
|
4251
|
-
};
|
|
4252
|
-
/**
|
|
4253
|
-
* Lookup665: pallet_pips::pallet::Error<T>
|
|
4254
|
-
**/
|
|
4255
|
-
PalletPipsError: {
|
|
4256
|
-
_enum: string[];
|
|
4257
|
-
};
|
|
4258
|
-
/**
|
|
4259
|
-
* Lookup673: pallet_portfolio::pallet::Error<T>
|
|
4260
|
-
**/
|
|
4261
|
-
PalletPortfolioError: {
|
|
4262
|
-
_enum: string[];
|
|
4263
|
-
};
|
|
4264
|
-
/**
|
|
4265
|
-
* Lookup674: pallet_protocol_fee::pallet::Error<T>
|
|
4266
|
-
**/
|
|
4267
|
-
PalletProtocolFeeError: {
|
|
4268
|
-
_enum: string[];
|
|
4269
|
-
};
|
|
4270
|
-
/**
|
|
4271
|
-
* Lookup677: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4272
|
-
**/
|
|
4273
|
-
PalletSchedulerScheduled: {
|
|
4274
|
-
maybeId: string;
|
|
4275
|
-
priority: string;
|
|
4276
|
-
call: string;
|
|
4277
|
-
maybePeriodic: string;
|
|
4278
|
-
origin: string;
|
|
4279
|
-
};
|
|
4280
|
-
/**
|
|
4281
|
-
* Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4282
|
-
**/
|
|
4283
|
-
FrameSupportPreimagesBounded: {
|
|
4284
|
-
_enum: {
|
|
4285
|
-
Legacy: {
|
|
4286
|
-
_alias: {
|
|
4287
|
-
hash_: string;
|
|
4288
|
-
};
|
|
4289
|
-
hash_: string;
|
|
4290
|
-
};
|
|
4291
|
-
Inline: string;
|
|
4292
|
-
Lookup: {
|
|
4293
|
-
_alias: {
|
|
4294
|
-
hash_: string;
|
|
4295
|
-
};
|
|
4296
|
-
hash_: string;
|
|
4297
|
-
len: string;
|
|
4298
|
-
};
|
|
4299
|
-
};
|
|
4300
|
-
};
|
|
4301
|
-
/**
|
|
4302
|
-
* Lookup681: pallet_scheduler::pallet::Error<T>
|
|
4303
|
-
**/
|
|
4304
|
-
PalletSchedulerError: {
|
|
4305
|
-
_enum: string[];
|
|
4306
|
-
};
|
|
4307
|
-
/**
|
|
4308
|
-
* Lookup682: polymesh_primitives::settlement::Venue
|
|
4309
|
-
**/
|
|
4310
|
-
PolymeshPrimitivesSettlementVenue: {
|
|
4311
|
-
creator: string;
|
|
4312
|
-
venueType: string;
|
|
4313
|
-
};
|
|
4314
|
-
/**
|
|
4315
|
-
* Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4316
|
-
**/
|
|
4317
|
-
PolymeshPrimitivesSettlementInstruction: {
|
|
4318
|
-
instructionId: string;
|
|
4319
|
-
venueId: string;
|
|
4320
|
-
settlementType: string;
|
|
4321
|
-
createdAt: string;
|
|
4322
|
-
tradeDate: string;
|
|
4323
|
-
valueDate: string;
|
|
4324
|
-
};
|
|
4325
|
-
/**
|
|
4326
|
-
* Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4327
|
-
**/
|
|
4328
|
-
PolymeshPrimitivesSettlementLegStatus: {
|
|
4329
|
-
_enum: {
|
|
4330
|
-
PendingTokenLock: string;
|
|
4331
|
-
ExecutionPending: string;
|
|
4332
|
-
ExecutionToBeSkipped: string;
|
|
4333
|
-
};
|
|
4334
|
-
};
|
|
4335
|
-
/**
|
|
4336
|
-
* Lookup690: polymesh_primitives::settlement::AffirmationStatus
|
|
4337
|
-
**/
|
|
4338
|
-
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4339
|
-
_enum: string[];
|
|
4340
|
-
};
|
|
4341
|
-
/**
|
|
4342
|
-
* Lookup693: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4343
|
-
**/
|
|
4344
|
-
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4345
|
-
_enum: {
|
|
4346
|
-
Unknown: string;
|
|
4347
|
-
Pending: string;
|
|
4348
|
-
Failed: string;
|
|
4349
|
-
Success: string;
|
|
4350
|
-
Rejected: string;
|
|
4351
|
-
};
|
|
4352
|
-
};
|
|
4353
|
-
/**
|
|
4354
|
-
* Lookup695: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
4355
|
-
**/
|
|
4356
|
-
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
4357
|
-
_enum: {
|
|
4358
|
-
Unknown: string;
|
|
4359
|
-
Pending: string;
|
|
4360
|
-
Affirmed: {
|
|
4361
|
-
expiry: string;
|
|
4362
|
-
};
|
|
4363
|
-
};
|
|
4364
|
-
};
|
|
4365
|
-
/**
|
|
4366
|
-
* Lookup697: pallet_settlement::pallet::Error<T>
|
|
4367
|
-
**/
|
|
4368
|
-
PalletSettlementError: {
|
|
4369
|
-
_enum: string[];
|
|
4370
|
-
};
|
|
4371
|
-
/**
|
|
4372
|
-
* Lookup700: polymesh_primitives::statistics::Stat1stKey
|
|
4373
|
-
**/
|
|
4374
|
-
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4375
|
-
assetId: string;
|
|
4376
|
-
statType: string;
|
|
4377
|
-
};
|
|
4378
|
-
/**
|
|
4379
|
-
* Lookup701: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4380
|
-
**/
|
|
4381
|
-
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4382
|
-
paused: string;
|
|
4383
|
-
requirements: string;
|
|
4384
|
-
};
|
|
4385
|
-
/**
|
|
4386
|
-
* Lookup705: pallet_statistics::pallet::Error<T>
|
|
4387
|
-
**/
|
|
4388
|
-
PalletStatisticsError: {
|
|
4389
|
-
_enum: string[];
|
|
4390
|
-
};
|
|
4391
|
-
/**
|
|
4392
|
-
* Lookup708: pallet_sto::pallet::Error<T>
|
|
4393
|
-
**/
|
|
4394
|
-
PalletStoError: {
|
|
4395
|
-
_enum: string[];
|
|
4396
|
-
};
|
|
4397
|
-
/**
|
|
4398
|
-
* Lookup709: pallet_treasury::pallet::Error<T>
|
|
4399
|
-
**/
|
|
4400
|
-
PalletTreasuryError: {
|
|
4401
|
-
_enum: string[];
|
|
4402
|
-
};
|
|
4403
|
-
/**
|
|
4404
|
-
* Lookup710: pallet_utility::pallet::Error<T>
|
|
4405
|
-
**/
|
|
4406
|
-
PalletUtilityError: {
|
|
4407
|
-
_enum: string[];
|
|
4408
|
-
};
|
|
4409
|
-
/**
|
|
4410
|
-
* Lookup711: pallet_base::pallet::Error<T>
|
|
4411
|
-
**/
|
|
4412
|
-
PalletBaseError: {
|
|
4413
|
-
_enum: string[];
|
|
4414
|
-
};
|
|
4415
|
-
/**
|
|
4416
|
-
* Lookup714: pallet_external_agents::pallet::Error<T>
|
|
4417
|
-
**/
|
|
4418
|
-
PalletExternalAgentsError: {
|
|
4419
|
-
_enum: string[];
|
|
4420
|
-
};
|
|
4421
|
-
/**
|
|
4422
|
-
* Lookup715: pallet_relayer::pallet::Subsidy<sp_core::crypto::AccountId32>
|
|
4423
|
-
**/
|
|
4424
|
-
PalletRelayerSubsidy: {
|
|
4425
|
-
payingKey: string;
|
|
4426
|
-
remaining: string;
|
|
4427
|
-
};
|
|
4428
|
-
/**
|
|
4429
|
-
* Lookup716: pallet_relayer::pallet::Error<T>
|
|
4430
|
-
**/
|
|
4431
|
-
PalletRelayerError: {
|
|
4432
|
-
_enum: string[];
|
|
4433
|
-
};
|
|
4434
|
-
/**
|
|
4435
|
-
* Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4436
|
-
**/
|
|
4437
|
-
PalletContractsWasmPrefabWasmModule: {
|
|
4438
|
-
instructionWeightsVersion: string;
|
|
4439
|
-
initial: string;
|
|
4440
|
-
maximum: string;
|
|
4441
|
-
code: string;
|
|
4442
|
-
determinism: string;
|
|
4443
|
-
};
|
|
4444
|
-
/**
|
|
4445
|
-
* Lookup720: pallet_contracts::wasm::OwnerInfo<T>
|
|
4446
|
-
**/
|
|
4447
|
-
PalletContractsWasmOwnerInfo: {
|
|
4448
|
-
owner: string;
|
|
4449
|
-
deposit: string;
|
|
4450
|
-
refcount: string;
|
|
4451
|
-
};
|
|
4452
|
-
/**
|
|
4453
|
-
* Lookup721: pallet_contracts::storage::ContractInfo<T>
|
|
4454
|
-
**/
|
|
4455
|
-
PalletContractsStorageContractInfo: {
|
|
4456
|
-
trieId: string;
|
|
4457
|
-
depositAccount: string;
|
|
4458
|
-
codeHash: string;
|
|
4459
|
-
storageBytes: string;
|
|
4460
|
-
storageItems: string;
|
|
4461
|
-
storageByteDeposit: string;
|
|
4462
|
-
storageItemDeposit: string;
|
|
4463
|
-
storageBaseDeposit: string;
|
|
4464
|
-
};
|
|
4465
|
-
/**
|
|
4466
|
-
* Lookup724: pallet_contracts::storage::DeletedContract
|
|
4467
|
-
**/
|
|
4468
|
-
PalletContractsStorageDeletedContract: {
|
|
4469
|
-
trieId: string;
|
|
4470
|
-
};
|
|
4471
|
-
/**
|
|
4472
|
-
* Lookup726: pallet_contracts::schedule::Schedule<T>
|
|
4473
|
-
**/
|
|
4474
|
-
PalletContractsSchedule: {
|
|
4475
|
-
limits: string;
|
|
4476
|
-
instructionWeights: string;
|
|
4477
|
-
hostFnWeights: string;
|
|
4478
|
-
};
|
|
4479
|
-
/**
|
|
4480
|
-
* Lookup727: pallet_contracts::schedule::Limits
|
|
4481
|
-
**/
|
|
4482
|
-
PalletContractsScheduleLimits: {
|
|
4483
|
-
eventTopics: string;
|
|
4484
|
-
globals: string;
|
|
4485
|
-
locals: string;
|
|
4486
|
-
parameters: string;
|
|
4487
|
-
memoryPages: string;
|
|
4488
|
-
tableSize: string;
|
|
4489
|
-
brTableSize: string;
|
|
4490
|
-
subjectLen: string;
|
|
4491
|
-
payloadLen: string;
|
|
4492
|
-
};
|
|
4493
|
-
/**
|
|
4494
|
-
* Lookup728: pallet_contracts::schedule::InstructionWeights<T>
|
|
4495
|
-
**/
|
|
4496
|
-
PalletContractsScheduleInstructionWeights: {
|
|
4497
|
-
_alias: {
|
|
4498
|
-
r_if: string;
|
|
4499
|
-
};
|
|
4500
|
-
version: string;
|
|
4501
|
-
fallback: string;
|
|
4502
|
-
i64const: string;
|
|
4503
|
-
i64load: string;
|
|
4504
|
-
i64store: string;
|
|
4505
|
-
select: string;
|
|
4506
|
-
r_if: string;
|
|
4507
|
-
br: string;
|
|
4508
|
-
brIf: string;
|
|
4509
|
-
brTable: string;
|
|
4510
|
-
brTablePerEntry: string;
|
|
4511
|
-
call: string;
|
|
4512
|
-
callIndirect: string;
|
|
4513
|
-
callIndirectPerParam: string;
|
|
4514
|
-
callPerLocal: string;
|
|
4515
|
-
localGet: string;
|
|
4516
|
-
localSet: string;
|
|
4517
|
-
localTee: string;
|
|
4518
|
-
globalGet: string;
|
|
4519
|
-
globalSet: string;
|
|
4520
|
-
memoryCurrent: string;
|
|
4521
|
-
memoryGrow: string;
|
|
4522
|
-
i64clz: string;
|
|
4523
|
-
i64ctz: string;
|
|
4524
|
-
i64popcnt: string;
|
|
4525
|
-
i64eqz: string;
|
|
4526
|
-
i64extendsi32: string;
|
|
4527
|
-
i64extendui32: string;
|
|
4528
|
-
i32wrapi64: string;
|
|
4529
|
-
i64eq: string;
|
|
4530
|
-
i64ne: string;
|
|
4531
|
-
i64lts: string;
|
|
4532
|
-
i64ltu: string;
|
|
4533
|
-
i64gts: string;
|
|
4534
|
-
i64gtu: string;
|
|
4535
|
-
i64les: string;
|
|
4536
|
-
i64leu: string;
|
|
4537
|
-
i64ges: string;
|
|
4538
|
-
i64geu: string;
|
|
4539
|
-
i64add: string;
|
|
4540
|
-
i64sub: string;
|
|
4541
|
-
i64mul: string;
|
|
4542
|
-
i64divs: string;
|
|
4543
|
-
i64divu: string;
|
|
4544
|
-
i64rems: string;
|
|
4545
|
-
i64remu: string;
|
|
4546
|
-
i64and: string;
|
|
4547
|
-
i64or: string;
|
|
4548
|
-
i64xor: string;
|
|
4549
|
-
i64shl: string;
|
|
4550
|
-
i64shrs: string;
|
|
4551
|
-
i64shru: string;
|
|
4552
|
-
i64rotl: string;
|
|
4553
|
-
i64rotr: string;
|
|
4554
|
-
};
|
|
4555
|
-
/**
|
|
4556
|
-
* Lookup729: pallet_contracts::schedule::HostFnWeights<T>
|
|
4557
|
-
**/
|
|
4558
|
-
PalletContractsScheduleHostFnWeights: {
|
|
4559
|
-
_alias: {
|
|
4560
|
-
r_return: string;
|
|
4561
|
-
};
|
|
4562
|
-
caller: string;
|
|
4563
|
-
isContract: string;
|
|
4564
|
-
codeHash: string;
|
|
4565
|
-
ownCodeHash: string;
|
|
4566
|
-
callerIsOrigin: string;
|
|
4567
|
-
address: string;
|
|
4568
|
-
gasLeft: string;
|
|
4569
|
-
balance: string;
|
|
4570
|
-
valueTransferred: string;
|
|
4571
|
-
minimumBalance: string;
|
|
4572
|
-
blockNumber: string;
|
|
4573
|
-
now: string;
|
|
4574
|
-
weightToFee: string;
|
|
4575
|
-
gas: string;
|
|
4576
|
-
input: string;
|
|
4577
|
-
inputPerByte: string;
|
|
4578
|
-
r_return: string;
|
|
4579
|
-
returnPerByte: string;
|
|
4580
|
-
terminate: string;
|
|
4581
|
-
random: string;
|
|
4582
|
-
depositEvent: string;
|
|
4583
|
-
depositEventPerTopic: string;
|
|
4584
|
-
depositEventPerByte: string;
|
|
4585
|
-
debugMessage: string;
|
|
4586
|
-
debugMessagePerByte: string;
|
|
4587
|
-
setStorage: string;
|
|
4588
|
-
setStoragePerNewByte: string;
|
|
4589
|
-
setStoragePerOldByte: string;
|
|
4590
|
-
setCodeHash: string;
|
|
4591
|
-
clearStorage: string;
|
|
4592
|
-
clearStoragePerByte: string;
|
|
4593
|
-
containsStorage: string;
|
|
4594
|
-
containsStoragePerByte: string;
|
|
4595
|
-
getStorage: string;
|
|
4596
|
-
getStoragePerByte: string;
|
|
4597
|
-
takeStorage: string;
|
|
4598
|
-
takeStoragePerByte: string;
|
|
4599
|
-
transfer: string;
|
|
4600
|
-
call: string;
|
|
4601
|
-
delegateCall: string;
|
|
4602
|
-
callTransferSurcharge: string;
|
|
4603
|
-
callPerClonedByte: string;
|
|
4604
|
-
instantiate: string;
|
|
4605
|
-
instantiateTransferSurcharge: string;
|
|
4606
|
-
instantiatePerInputByte: string;
|
|
4607
|
-
instantiatePerSaltByte: string;
|
|
4608
|
-
hashSha2256: string;
|
|
4609
|
-
hashSha2256PerByte: string;
|
|
4610
|
-
hashKeccak256: string;
|
|
4611
|
-
hashKeccak256PerByte: string;
|
|
4612
|
-
hashBlake2256: string;
|
|
4613
|
-
hashBlake2256PerByte: string;
|
|
4614
|
-
hashBlake2128: string;
|
|
4615
|
-
hashBlake2128PerByte: string;
|
|
4616
|
-
ecdsaRecover: string;
|
|
4617
|
-
ecdsaToEthAddress: string;
|
|
4618
|
-
reentranceCount: string;
|
|
4619
|
-
accountReentranceCount: string;
|
|
4620
|
-
instantiationNonce: string;
|
|
4621
|
-
};
|
|
4622
|
-
/**
|
|
4623
|
-
* Lookup730: pallet_contracts::pallet::Error<T>
|
|
4624
|
-
**/
|
|
4625
|
-
PalletContractsError: {
|
|
4626
|
-
_enum: string[];
|
|
4627
|
-
};
|
|
4628
|
-
/**
|
|
4629
|
-
* Lookup732: polymesh_contracts::pallet::Error<T>
|
|
4630
|
-
**/
|
|
4631
|
-
PolymeshContractsError: {
|
|
4632
|
-
_enum: string[];
|
|
4633
|
-
};
|
|
4634
|
-
/**
|
|
4635
|
-
* Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
4636
|
-
**/
|
|
4637
|
-
PalletPreimageRequestStatus: {
|
|
4638
|
-
_enum: {
|
|
4639
|
-
Unrequested: {
|
|
4640
|
-
deposit: string;
|
|
4641
|
-
len: string;
|
|
4642
|
-
};
|
|
4643
|
-
Requested: {
|
|
4644
|
-
deposit: string;
|
|
4645
|
-
count: string;
|
|
4646
|
-
len: string;
|
|
4647
|
-
};
|
|
4648
|
-
};
|
|
4649
|
-
};
|
|
4650
|
-
/**
|
|
4651
|
-
* Lookup737: pallet_preimage::pallet::Error<T>
|
|
4652
|
-
**/
|
|
4653
|
-
PalletPreimageError: {
|
|
4654
|
-
_enum: string[];
|
|
4655
|
-
};
|
|
4656
|
-
/**
|
|
4657
|
-
* Lookup738: polymesh_primitives::nft::NFTCollection
|
|
4658
|
-
**/
|
|
4659
|
-
PolymeshPrimitivesNftNftCollection: {
|
|
4660
|
-
id: string;
|
|
4661
|
-
assetId: string;
|
|
4662
|
-
};
|
|
4663
|
-
/**
|
|
4664
|
-
* Lookup742: pallet_nft::pallet::Error<T>
|
|
4665
|
-
**/
|
|
4666
|
-
PalletNftError: {
|
|
4667
|
-
_enum: string[];
|
|
4668
|
-
};
|
|
4669
|
-
/**
|
|
4670
|
-
* Lookup743: pallet_election_provider_multi_phase::ReadySolution<T>
|
|
4671
|
-
**/
|
|
4672
|
-
PalletElectionProviderMultiPhaseReadySolution: {
|
|
4673
|
-
supports: string;
|
|
4674
|
-
score: string;
|
|
4675
|
-
compute: string;
|
|
4676
|
-
};
|
|
4677
|
-
/**
|
|
4678
|
-
* Lookup745: pallet_election_provider_multi_phase::RoundSnapshot<T>
|
|
4679
|
-
**/
|
|
4680
|
-
PalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
4681
|
-
voters: string;
|
|
4682
|
-
targets: string;
|
|
4683
|
-
};
|
|
4684
|
-
/**
|
|
4685
|
-
* Lookup751: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
|
|
4686
|
-
**/
|
|
4687
|
-
PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
4688
|
-
who: string;
|
|
4689
|
-
deposit: string;
|
|
4690
|
-
rawSolution: string;
|
|
4691
|
-
callFee: string;
|
|
4692
|
-
};
|
|
4693
|
-
/**
|
|
4694
|
-
* Lookup752: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
4695
|
-
**/
|
|
4696
|
-
PalletElectionProviderMultiPhaseError: {
|
|
4697
|
-
_enum: string[];
|
|
4698
|
-
};
|
|
4699
|
-
/**
|
|
4700
|
-
* Lookup755: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4701
|
-
**/
|
|
4702
|
-
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4703
|
-
/**
|
|
4704
|
-
* Lookup756: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4705
|
-
**/
|
|
4706
|
-
FrameSystemExtensionsCheckTxVersion: string;
|
|
4707
|
-
/**
|
|
4708
|
-
* Lookup757: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4709
|
-
**/
|
|
4710
|
-
FrameSystemExtensionsCheckGenesis: string;
|
|
4711
|
-
/**
|
|
4712
|
-
* Lookup760: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4713
|
-
**/
|
|
4714
|
-
FrameSystemExtensionsCheckNonce: string;
|
|
4715
|
-
/**
|
|
4716
|
-
* Lookup761: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4717
|
-
**/
|
|
4718
|
-
FrameSystemExtensionsCheckWeight: string;
|
|
4719
|
-
/**
|
|
4720
|
-
* Lookup762: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4721
|
-
**/
|
|
4722
|
-
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4723
|
-
/**
|
|
4724
|
-
* Lookup763: pallet_permissions::StoreCallMetadata<T>
|
|
4725
|
-
**/
|
|
4726
|
-
PalletPermissionsStoreCallMetadata: string;
|
|
4727
|
-
/**
|
|
4728
|
-
* Lookup764: polymesh_runtime_develop::runtime::Runtime
|
|
4729
|
-
**/
|
|
4730
|
-
PolymeshRuntimeDevelopRuntime: string;
|
|
4731
|
-
};
|
|
4732
|
-
export default _default;
|
|
4733
|
-
//# sourceMappingURL=lookup.d.ts.map
|