@polymeshassociation/polymesh-sdk 26.0.0-beta.2 → 26.0.0-beta.4
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 +12 -2
- package/api/client/Assets.d.ts +10 -1
- package/api/client/Assets.d.ts.map +1 -1
- package/api/client/Assets.js +13 -0
- package/api/client/Assets.js.map +1 -1
- package/api/client/Settlements.d.ts +9 -1
- package/api/client/Settlements.d.ts.map +1 -1
- package/api/client/Settlements.js +17 -0
- package/api/client/Settlements.js.map +1 -1
- package/api/client/types.d.ts +44 -1
- package/api/client/types.d.ts.map +1 -1
- package/api/client/types.js +3 -1
- package/api/client/types.js.map +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +2 -1
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Asset/types.d.ts +9 -1
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js +8 -0
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/index.d.ts +4 -2
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +5 -2
- package/api/entities/Identity/index.js.map +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +5 -1
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +2 -1
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/createNftCollection.d.ts +12 -1
- package/api/procedures/createNftCollection.d.ts.map +1 -1
- package/api/procedures/createNftCollection.js +95 -51
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +10 -2
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/registerCustomAssetType.d.ts +18 -0
- package/api/procedures/registerCustomAssetType.d.ts.map +1 -0
- package/api/procedures/registerCustomAssetType.js +73 -0
- package/api/procedures/registerCustomAssetType.js.map +1 -0
- package/api/procedures/types.d.ts +3 -0
- package/api/procedures/types.d.ts.map +1 -1
- package/base/Context.d.ts +1 -0
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +4 -3
- package/base/Context.js.map +1 -1
- package/base/utils.d.ts.map +1 -1
- package/base/utils.js +1 -0
- package/base/utils.js.map +1 -1
- package/internal.d.ts +1 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +3 -1
- package/internal.js.map +1 -1
- package/middleware/queries/claims.d.ts.map +1 -1
- package/middleware/queries/claims.js +2 -1
- package/middleware/queries/claims.js.map +1 -1
- package/middleware/queries/settlements.d.ts +18 -2
- package/middleware/queries/settlements.d.ts.map +1 -1
- package/middleware/queries/settlements.js +93 -9
- package/middleware/queries/settlements.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-beta.4.tgz +0 -0
- package/package.json +1 -1
- package/polkadot/augment-api-consts.d.ts +1 -0
- package/polkadot/augment-api-consts.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +1 -2
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +16 -40
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +128 -128
- package/polkadot/lookup.js +136 -136
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/types-lookup.d.ts +136 -136
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/utils/constants.d.ts +2 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +4 -2
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +4 -0
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +18 -6
- package/utils/conversion.js.map +1 -1
- package/utils/index.d.ts +1 -0
- package/utils/index.d.ts.map +1 -1
- package/utils/index.js +1 -0
- package/utils/index.js.map +1 -1
- package/utils/internal.d.ts +12 -0
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +31 -9
- package/utils/internal.js.map +1 -1
- package/utils/strings.d.ts +11 -0
- package/utils/strings.d.ts.map +1 -0
- package/utils/strings.js +54 -0
- package/utils/strings.js.map +1 -0
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-beta.2.tgz +0 -0
package/polkadot/lookup.js
CHANGED
|
@@ -3664,7 +3664,7 @@ exports.default = {
|
|
|
3664
3664
|
affirm_with_receipts: {
|
|
3665
3665
|
id: 'u64',
|
|
3666
3666
|
receiptDetails: 'Vec<PolymeshPrimitivesSettlementReceiptDetails>',
|
|
3667
|
-
portfolios: '
|
|
3667
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3668
3668
|
},
|
|
3669
3669
|
set_venue_filtering: {
|
|
3670
3670
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
@@ -3705,16 +3705,16 @@ exports.default = {
|
|
|
3705
3705
|
tradeDate: 'Option<u64>',
|
|
3706
3706
|
valueDate: 'Option<u64>',
|
|
3707
3707
|
legs: 'Vec<PolymeshPrimitivesSettlementLeg>',
|
|
3708
|
-
portfolios: '
|
|
3708
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3709
3709
|
instructionMemo: 'Option<PolymeshPrimitivesMemo>',
|
|
3710
3710
|
},
|
|
3711
3711
|
affirm_instruction: {
|
|
3712
3712
|
id: 'u64',
|
|
3713
|
-
portfolios: '
|
|
3713
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3714
3714
|
},
|
|
3715
3715
|
withdraw_affirmation: {
|
|
3716
3716
|
id: 'u64',
|
|
3717
|
-
portfolios: '
|
|
3717
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3718
3718
|
},
|
|
3719
3719
|
reject_instruction: {
|
|
3720
3720
|
id: 'u64',
|
|
@@ -3727,12 +3727,12 @@ exports.default = {
|
|
|
3727
3727
|
affirm_with_receipts_with_count: {
|
|
3728
3728
|
id: 'u64',
|
|
3729
3729
|
receiptDetails: 'Vec<PolymeshPrimitivesSettlementReceiptDetails>',
|
|
3730
|
-
portfolios: '
|
|
3730
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3731
3731
|
numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
|
|
3732
3732
|
},
|
|
3733
3733
|
affirm_instruction_with_count: {
|
|
3734
3734
|
id: 'u64',
|
|
3735
|
-
portfolios: '
|
|
3735
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3736
3736
|
numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
|
|
3737
3737
|
},
|
|
3738
3738
|
reject_instruction_with_count: {
|
|
@@ -3742,7 +3742,7 @@ exports.default = {
|
|
|
3742
3742
|
},
|
|
3743
3743
|
withdraw_affirmation_with_count: {
|
|
3744
3744
|
id: 'u64',
|
|
3745
|
-
portfolios: '
|
|
3745
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3746
3746
|
numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
|
|
3747
3747
|
},
|
|
3748
3748
|
add_instruction_with_mediators: {
|
|
@@ -3760,7 +3760,7 @@ exports.default = {
|
|
|
3760
3760
|
tradeDate: 'Option<u64>',
|
|
3761
3761
|
valueDate: 'Option<u64>',
|
|
3762
3762
|
legs: 'Vec<PolymeshPrimitivesSettlementLeg>',
|
|
3763
|
-
portfolios: '
|
|
3763
|
+
portfolios: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3764
3764
|
instructionMemo: 'Option<PolymeshPrimitivesMemo>',
|
|
3765
3765
|
mediators: 'BTreeSet<PolymeshPrimitivesIdentityId>',
|
|
3766
3766
|
},
|
|
@@ -3803,7 +3803,7 @@ exports.default = {
|
|
|
3803
3803
|
**/
|
|
3804
3804
|
SpCoreEcdsaSignature: '[u8;65]',
|
|
3805
3805
|
/**
|
|
3806
|
-
*
|
|
3806
|
+
* Lookup459: polymesh_primitives::settlement::AffirmationCount
|
|
3807
3807
|
**/
|
|
3808
3808
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3809
3809
|
senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
|
|
@@ -3811,7 +3811,7 @@ exports.default = {
|
|
|
3811
3811
|
offchainCount: 'u32',
|
|
3812
3812
|
},
|
|
3813
3813
|
/**
|
|
3814
|
-
*
|
|
3814
|
+
* Lookup460: polymesh_primitives::settlement::AssetCount
|
|
3815
3815
|
**/
|
|
3816
3816
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3817
3817
|
fungible: 'u32',
|
|
@@ -3819,7 +3819,7 @@ exports.default = {
|
|
|
3819
3819
|
offChain: 'u32',
|
|
3820
3820
|
},
|
|
3821
3821
|
/**
|
|
3822
|
-
*
|
|
3822
|
+
* Lookup463: pallet_statistics::Call<T>
|
|
3823
3823
|
**/
|
|
3824
3824
|
PalletStatisticsCall: {
|
|
3825
3825
|
_enum: {
|
|
@@ -3844,7 +3844,7 @@ exports.default = {
|
|
|
3844
3844
|
},
|
|
3845
3845
|
},
|
|
3846
3846
|
/**
|
|
3847
|
-
*
|
|
3847
|
+
* Lookup467: pallet_sto::Call<T>
|
|
3848
3848
|
**/
|
|
3849
3849
|
PalletStoCall: {
|
|
3850
3850
|
_enum: {
|
|
@@ -3890,14 +3890,14 @@ exports.default = {
|
|
|
3890
3890
|
},
|
|
3891
3891
|
},
|
|
3892
3892
|
/**
|
|
3893
|
-
*
|
|
3893
|
+
* Lookup469: pallet_sto::PriceTier
|
|
3894
3894
|
**/
|
|
3895
3895
|
PalletStoPriceTier: {
|
|
3896
3896
|
total: 'u128',
|
|
3897
3897
|
price: 'u128',
|
|
3898
3898
|
},
|
|
3899
3899
|
/**
|
|
3900
|
-
*
|
|
3900
|
+
* Lookup471: pallet_treasury::Call<T>
|
|
3901
3901
|
**/
|
|
3902
3902
|
PalletTreasuryCall: {
|
|
3903
3903
|
_enum: {
|
|
@@ -3910,14 +3910,14 @@ exports.default = {
|
|
|
3910
3910
|
},
|
|
3911
3911
|
},
|
|
3912
3912
|
/**
|
|
3913
|
-
*
|
|
3913
|
+
* Lookup473: polymesh_primitives::Beneficiary<Balance>
|
|
3914
3914
|
**/
|
|
3915
3915
|
PolymeshPrimitivesBeneficiary: {
|
|
3916
3916
|
id: 'PolymeshPrimitivesIdentityId',
|
|
3917
3917
|
amount: 'u128',
|
|
3918
3918
|
},
|
|
3919
3919
|
/**
|
|
3920
|
-
*
|
|
3920
|
+
* Lookup474: pallet_utility::pallet::Call<T>
|
|
3921
3921
|
**/
|
|
3922
3922
|
PalletUtilityCall: {
|
|
3923
3923
|
_enum: {
|
|
@@ -3953,14 +3953,14 @@ exports.default = {
|
|
|
3953
3953
|
},
|
|
3954
3954
|
},
|
|
3955
3955
|
/**
|
|
3956
|
-
*
|
|
3956
|
+
* Lookup476: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3957
3957
|
**/
|
|
3958
3958
|
PalletUtilityUniqueCall: {
|
|
3959
3959
|
nonce: 'u64',
|
|
3960
3960
|
call: 'Call',
|
|
3961
3961
|
},
|
|
3962
3962
|
/**
|
|
3963
|
-
*
|
|
3963
|
+
* Lookup477: polymesh_runtime_develop::runtime::OriginCaller
|
|
3964
3964
|
**/
|
|
3965
3965
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3966
3966
|
_enum: {
|
|
@@ -3981,7 +3981,7 @@ exports.default = {
|
|
|
3981
3981
|
},
|
|
3982
3982
|
},
|
|
3983
3983
|
/**
|
|
3984
|
-
*
|
|
3984
|
+
* Lookup478: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3985
3985
|
**/
|
|
3986
3986
|
FrameSupportDispatchRawOrigin: {
|
|
3987
3987
|
_enum: {
|
|
@@ -3991,33 +3991,33 @@ exports.default = {
|
|
|
3991
3991
|
},
|
|
3992
3992
|
},
|
|
3993
3993
|
/**
|
|
3994
|
-
*
|
|
3994
|
+
* Lookup479: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3995
3995
|
**/
|
|
3996
3996
|
PalletCommitteeRawOriginInstance1: {
|
|
3997
3997
|
_enum: ['Endorsed'],
|
|
3998
3998
|
},
|
|
3999
3999
|
/**
|
|
4000
|
-
*
|
|
4000
|
+
* Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
4001
4001
|
**/
|
|
4002
4002
|
PalletCommitteeRawOriginInstance3: {
|
|
4003
4003
|
_enum: ['Endorsed'],
|
|
4004
4004
|
},
|
|
4005
4005
|
/**
|
|
4006
|
-
*
|
|
4006
|
+
* Lookup481: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
4007
4007
|
**/
|
|
4008
4008
|
PalletCommitteeRawOriginInstance4: {
|
|
4009
4009
|
_enum: ['Endorsed'],
|
|
4010
4010
|
},
|
|
4011
4011
|
/**
|
|
4012
|
-
*
|
|
4012
|
+
* Lookup482: sp_core::Void
|
|
4013
4013
|
**/
|
|
4014
4014
|
SpCoreVoid: 'Null',
|
|
4015
4015
|
/**
|
|
4016
|
-
*
|
|
4016
|
+
* Lookup483: pallet_base::Call<T>
|
|
4017
4017
|
**/
|
|
4018
4018
|
PalletBaseCall: 'Null',
|
|
4019
4019
|
/**
|
|
4020
|
-
*
|
|
4020
|
+
* Lookup484: pallet_external_agents::Call<T>
|
|
4021
4021
|
**/
|
|
4022
4022
|
PalletExternalAgentsCall: {
|
|
4023
4023
|
_enum: {
|
|
@@ -4059,7 +4059,7 @@ exports.default = {
|
|
|
4059
4059
|
},
|
|
4060
4060
|
},
|
|
4061
4061
|
/**
|
|
4062
|
-
*
|
|
4062
|
+
* Lookup485: pallet_relayer::Call<T>
|
|
4063
4063
|
**/
|
|
4064
4064
|
PalletRelayerCall: {
|
|
4065
4065
|
_enum: {
|
|
@@ -4089,7 +4089,7 @@ exports.default = {
|
|
|
4089
4089
|
},
|
|
4090
4090
|
},
|
|
4091
4091
|
/**
|
|
4092
|
-
*
|
|
4092
|
+
* Lookup486: pallet_contracts::pallet::Call<T>
|
|
4093
4093
|
**/
|
|
4094
4094
|
PalletContractsCall: {
|
|
4095
4095
|
_enum: {
|
|
@@ -4154,13 +4154,13 @@ exports.default = {
|
|
|
4154
4154
|
},
|
|
4155
4155
|
},
|
|
4156
4156
|
/**
|
|
4157
|
-
*
|
|
4157
|
+
* Lookup490: pallet_contracts::wasm::Determinism
|
|
4158
4158
|
**/
|
|
4159
4159
|
PalletContractsWasmDeterminism: {
|
|
4160
4160
|
_enum: ['Deterministic', 'AllowIndeterminism'],
|
|
4161
4161
|
},
|
|
4162
4162
|
/**
|
|
4163
|
-
*
|
|
4163
|
+
* Lookup491: polymesh_contracts::Call<T>
|
|
4164
4164
|
**/
|
|
4165
4165
|
PolymeshContractsCall: {
|
|
4166
4166
|
_enum: {
|
|
@@ -4208,14 +4208,14 @@ exports.default = {
|
|
|
4208
4208
|
},
|
|
4209
4209
|
},
|
|
4210
4210
|
/**
|
|
4211
|
-
*
|
|
4211
|
+
* Lookup494: polymesh_contracts::NextUpgrade<T>
|
|
4212
4212
|
**/
|
|
4213
4213
|
PolymeshContractsNextUpgrade: {
|
|
4214
4214
|
chainVersion: 'PolymeshContractsChainVersion',
|
|
4215
4215
|
apiHash: 'PolymeshContractsApiCodeHash',
|
|
4216
4216
|
},
|
|
4217
4217
|
/**
|
|
4218
|
-
*
|
|
4218
|
+
* Lookup495: polymesh_contracts::ApiCodeHash<T>
|
|
4219
4219
|
**/
|
|
4220
4220
|
PolymeshContractsApiCodeHash: {
|
|
4221
4221
|
_alias: {
|
|
@@ -4224,7 +4224,7 @@ exports.default = {
|
|
|
4224
4224
|
hash_: 'H256',
|
|
4225
4225
|
},
|
|
4226
4226
|
/**
|
|
4227
|
-
*
|
|
4227
|
+
* Lookup496: pallet_preimage::pallet::Call<T>
|
|
4228
4228
|
**/
|
|
4229
4229
|
PalletPreimageCall: {
|
|
4230
4230
|
_enum: {
|
|
@@ -4252,7 +4252,7 @@ exports.default = {
|
|
|
4252
4252
|
},
|
|
4253
4253
|
},
|
|
4254
4254
|
/**
|
|
4255
|
-
*
|
|
4255
|
+
* Lookup497: pallet_nft::Call<T>
|
|
4256
4256
|
**/
|
|
4257
4257
|
PalletNftCall: {
|
|
4258
4258
|
_enum: {
|
|
@@ -4280,18 +4280,18 @@ exports.default = {
|
|
|
4280
4280
|
},
|
|
4281
4281
|
},
|
|
4282
4282
|
/**
|
|
4283
|
-
*
|
|
4283
|
+
* Lookup500: polymesh_primitives::nft::NFTCollectionKeys
|
|
4284
4284
|
**/
|
|
4285
4285
|
PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
|
|
4286
4286
|
/**
|
|
4287
|
-
*
|
|
4287
|
+
* Lookup503: polymesh_primitives::nft::NFTMetadataAttribute
|
|
4288
4288
|
**/
|
|
4289
4289
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
4290
4290
|
key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
|
|
4291
4291
|
value: 'Bytes',
|
|
4292
4292
|
},
|
|
4293
4293
|
/**
|
|
4294
|
-
*
|
|
4294
|
+
* Lookup505: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
4295
4295
|
**/
|
|
4296
4296
|
PalletElectionProviderMultiPhaseCall: {
|
|
4297
4297
|
_enum: {
|
|
@@ -4315,7 +4315,7 @@ exports.default = {
|
|
|
4315
4315
|
},
|
|
4316
4316
|
},
|
|
4317
4317
|
/**
|
|
4318
|
-
*
|
|
4318
|
+
* Lookup506: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
|
|
4319
4319
|
**/
|
|
4320
4320
|
PalletElectionProviderMultiPhaseRawSolution: {
|
|
4321
4321
|
solution: 'PolymeshRuntimeCommonNposSolution16',
|
|
@@ -4323,7 +4323,7 @@ exports.default = {
|
|
|
4323
4323
|
round: 'u32',
|
|
4324
4324
|
},
|
|
4325
4325
|
/**
|
|
4326
|
-
*
|
|
4326
|
+
* Lookup507: polymesh_runtime_common::NposSolution16
|
|
4327
4327
|
**/
|
|
4328
4328
|
PolymeshRuntimeCommonNposSolution16: {
|
|
4329
4329
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
@@ -4344,21 +4344,21 @@ exports.default = {
|
|
|
4344
4344
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
|
4345
4345
|
},
|
|
4346
4346
|
/**
|
|
4347
|
-
*
|
|
4347
|
+
* Lookup558: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
4348
4348
|
**/
|
|
4349
4349
|
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
4350
4350
|
voters: 'Compact<u32>',
|
|
4351
4351
|
targets: 'Compact<u32>',
|
|
4352
4352
|
},
|
|
4353
4353
|
/**
|
|
4354
|
-
*
|
|
4354
|
+
* Lookup562: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
4355
4355
|
**/
|
|
4356
4356
|
SpNposElectionsSupport: {
|
|
4357
4357
|
total: 'u128',
|
|
4358
4358
|
voters: 'Vec<(AccountId32,u128)>',
|
|
4359
4359
|
},
|
|
4360
4360
|
/**
|
|
4361
|
-
*
|
|
4361
|
+
* Lookup565: pallet_test_utils::Call<T>
|
|
4362
4362
|
**/
|
|
4363
4363
|
PalletTestUtilsCall: {
|
|
4364
4364
|
_enum: {
|
|
@@ -4375,7 +4375,7 @@ exports.default = {
|
|
|
4375
4375
|
},
|
|
4376
4376
|
},
|
|
4377
4377
|
/**
|
|
4378
|
-
*
|
|
4378
|
+
* Lookup566: pallet_committee::PolymeshVotes<BlockNumber>
|
|
4379
4379
|
**/
|
|
4380
4380
|
PalletCommitteePolymeshVotes: {
|
|
4381
4381
|
index: 'u32',
|
|
@@ -4384,7 +4384,7 @@ exports.default = {
|
|
|
4384
4384
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4385
4385
|
},
|
|
4386
4386
|
/**
|
|
4387
|
-
*
|
|
4387
|
+
* Lookup568: pallet_committee::Error<T, I>
|
|
4388
4388
|
**/
|
|
4389
4389
|
PalletCommitteeError: {
|
|
4390
4390
|
_enum: [
|
|
@@ -4400,14 +4400,14 @@ exports.default = {
|
|
|
4400
4400
|
],
|
|
4401
4401
|
},
|
|
4402
4402
|
/**
|
|
4403
|
-
*
|
|
4403
|
+
* Lookup577: polymesh_primitives::multisig::ProposalVoteCount
|
|
4404
4404
|
**/
|
|
4405
4405
|
PolymeshPrimitivesMultisigProposalVoteCount: {
|
|
4406
4406
|
approvals: 'u64',
|
|
4407
4407
|
rejections: 'u64',
|
|
4408
4408
|
},
|
|
4409
4409
|
/**
|
|
4410
|
-
*
|
|
4410
|
+
* Lookup578: polymesh_primitives::multisig::ProposalState<Moment>
|
|
4411
4411
|
**/
|
|
4412
4412
|
PolymeshPrimitivesMultisigProposalState: {
|
|
4413
4413
|
_enum: {
|
|
@@ -4420,7 +4420,7 @@ exports.default = {
|
|
|
4420
4420
|
},
|
|
4421
4421
|
},
|
|
4422
4422
|
/**
|
|
4423
|
-
*
|
|
4423
|
+
* Lookup580: pallet_multisig::pallet::Error<T>
|
|
4424
4424
|
**/
|
|
4425
4425
|
PalletMultisigError: {
|
|
4426
4426
|
_enum: [
|
|
@@ -4452,7 +4452,7 @@ exports.default = {
|
|
|
4452
4452
|
],
|
|
4453
4453
|
},
|
|
4454
4454
|
/**
|
|
4455
|
-
*
|
|
4455
|
+
* Lookup582: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
4456
4456
|
**/
|
|
4457
4457
|
PalletBridgeBridgeTxDetail: {
|
|
4458
4458
|
amount: 'u128',
|
|
@@ -4461,7 +4461,7 @@ exports.default = {
|
|
|
4461
4461
|
txHash: 'H256',
|
|
4462
4462
|
},
|
|
4463
4463
|
/**
|
|
4464
|
-
*
|
|
4464
|
+
* Lookup583: pallet_bridge::BridgeTxStatus
|
|
4465
4465
|
**/
|
|
4466
4466
|
PalletBridgeBridgeTxStatus: {
|
|
4467
4467
|
_enum: {
|
|
@@ -4473,7 +4473,7 @@ exports.default = {
|
|
|
4473
4473
|
},
|
|
4474
4474
|
},
|
|
4475
4475
|
/**
|
|
4476
|
-
*
|
|
4476
|
+
* Lookup586: pallet_staking::StakingLedger<T>
|
|
4477
4477
|
**/
|
|
4478
4478
|
PalletStakingStakingLedger: {
|
|
4479
4479
|
stash: 'AccountId32',
|
|
@@ -4483,14 +4483,14 @@ exports.default = {
|
|
|
4483
4483
|
claimedRewards: 'Vec<u32>',
|
|
4484
4484
|
},
|
|
4485
4485
|
/**
|
|
4486
|
-
*
|
|
4486
|
+
* Lookup588: pallet_staking::UnlockChunk<Balance>
|
|
4487
4487
|
**/
|
|
4488
4488
|
PalletStakingUnlockChunk: {
|
|
4489
4489
|
value: 'Compact<u128>',
|
|
4490
4490
|
era: 'Compact<u32>',
|
|
4491
4491
|
},
|
|
4492
4492
|
/**
|
|
4493
|
-
*
|
|
4493
|
+
* Lookup591: pallet_staking::Nominations<T>
|
|
4494
4494
|
**/
|
|
4495
4495
|
PalletStakingNominations: {
|
|
4496
4496
|
targets: 'Vec<AccountId32>',
|
|
@@ -4498,21 +4498,21 @@ exports.default = {
|
|
|
4498
4498
|
suppressed: 'bool',
|
|
4499
4499
|
},
|
|
4500
4500
|
/**
|
|
4501
|
-
*
|
|
4501
|
+
* Lookup593: pallet_staking::ActiveEraInfo
|
|
4502
4502
|
**/
|
|
4503
4503
|
PalletStakingActiveEraInfo: {
|
|
4504
4504
|
index: 'u32',
|
|
4505
4505
|
start: 'Option<u64>',
|
|
4506
4506
|
},
|
|
4507
4507
|
/**
|
|
4508
|
-
*
|
|
4508
|
+
* Lookup595: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4509
4509
|
**/
|
|
4510
4510
|
PalletStakingEraRewardPoints: {
|
|
4511
4511
|
total: 'u32',
|
|
4512
4512
|
individual: 'BTreeMap<AccountId32, u32>',
|
|
4513
4513
|
},
|
|
4514
4514
|
/**
|
|
4515
|
-
*
|
|
4515
|
+
* Lookup599: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4516
4516
|
**/
|
|
4517
4517
|
PalletStakingUnappliedSlash: {
|
|
4518
4518
|
validator: 'AccountId32',
|
|
@@ -4522,7 +4522,7 @@ exports.default = {
|
|
|
4522
4522
|
payout: 'u128',
|
|
4523
4523
|
},
|
|
4524
4524
|
/**
|
|
4525
|
-
*
|
|
4525
|
+
* Lookup601: pallet_staking::slashing::SlashingSpans
|
|
4526
4526
|
**/
|
|
4527
4527
|
PalletStakingSlashingSlashingSpans: {
|
|
4528
4528
|
spanIndex: 'u32',
|
|
@@ -4531,21 +4531,21 @@ exports.default = {
|
|
|
4531
4531
|
prior: 'Vec<u32>',
|
|
4532
4532
|
},
|
|
4533
4533
|
/**
|
|
4534
|
-
*
|
|
4534
|
+
* Lookup602: pallet_staking::slashing::SpanRecord<Balance>
|
|
4535
4535
|
**/
|
|
4536
4536
|
PalletStakingSlashingSpanRecord: {
|
|
4537
4537
|
slashed: 'u128',
|
|
4538
4538
|
paidOut: 'u128',
|
|
4539
4539
|
},
|
|
4540
4540
|
/**
|
|
4541
|
-
*
|
|
4541
|
+
* Lookup605: pallet_staking::types::PermissionedIdentityPrefs
|
|
4542
4542
|
**/
|
|
4543
4543
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4544
4544
|
intendedCount: 'u32',
|
|
4545
4545
|
runningCount: 'u32',
|
|
4546
4546
|
},
|
|
4547
4547
|
/**
|
|
4548
|
-
*
|
|
4548
|
+
* Lookup607: pallet_staking::pallet::pallet::Error<T>
|
|
4549
4549
|
**/
|
|
4550
4550
|
PalletStakingPalletError: {
|
|
4551
4551
|
_enum: [
|
|
@@ -4587,24 +4587,24 @@ exports.default = {
|
|
|
4587
4587
|
],
|
|
4588
4588
|
},
|
|
4589
4589
|
/**
|
|
4590
|
-
*
|
|
4590
|
+
* Lookup608: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4591
4591
|
**/
|
|
4592
4592
|
SpStakingOffenceOffenceDetails: {
|
|
4593
4593
|
offender: '(AccountId32,PalletStakingExposure)',
|
|
4594
4594
|
reporters: 'Vec<AccountId32>',
|
|
4595
4595
|
},
|
|
4596
4596
|
/**
|
|
4597
|
-
*
|
|
4597
|
+
* Lookup613: sp_core::crypto::KeyTypeId
|
|
4598
4598
|
**/
|
|
4599
4599
|
SpCoreCryptoKeyTypeId: '[u8;4]',
|
|
4600
4600
|
/**
|
|
4601
|
-
*
|
|
4601
|
+
* Lookup614: pallet_session::pallet::Error<T>
|
|
4602
4602
|
**/
|
|
4603
4603
|
PalletSessionError: {
|
|
4604
4604
|
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
|
|
4605
4605
|
},
|
|
4606
4606
|
/**
|
|
4607
|
-
*
|
|
4607
|
+
* Lookup615: pallet_grandpa::StoredState<N>
|
|
4608
4608
|
**/
|
|
4609
4609
|
PalletGrandpaStoredState: {
|
|
4610
4610
|
_enum: {
|
|
@@ -4621,7 +4621,7 @@ exports.default = {
|
|
|
4621
4621
|
},
|
|
4622
4622
|
},
|
|
4623
4623
|
/**
|
|
4624
|
-
*
|
|
4624
|
+
* Lookup616: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4625
4625
|
**/
|
|
4626
4626
|
PalletGrandpaStoredPendingChange: {
|
|
4627
4627
|
scheduledAt: 'u32',
|
|
@@ -4630,7 +4630,7 @@ exports.default = {
|
|
|
4630
4630
|
forced: 'Option<u32>',
|
|
4631
4631
|
},
|
|
4632
4632
|
/**
|
|
4633
|
-
*
|
|
4633
|
+
* Lookup618: pallet_grandpa::pallet::Error<T>
|
|
4634
4634
|
**/
|
|
4635
4635
|
PalletGrandpaError: {
|
|
4636
4636
|
_enum: [
|
|
@@ -4644,40 +4644,40 @@ exports.default = {
|
|
|
4644
4644
|
],
|
|
4645
4645
|
},
|
|
4646
4646
|
/**
|
|
4647
|
-
*
|
|
4647
|
+
* Lookup622: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4648
4648
|
**/
|
|
4649
4649
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4650
4650
|
peerId: 'Bytes',
|
|
4651
4651
|
externalAddresses: 'Vec<Bytes>',
|
|
4652
4652
|
},
|
|
4653
4653
|
/**
|
|
4654
|
-
*
|
|
4654
|
+
* Lookup626: pallet_im_online::pallet::Error<T>
|
|
4655
4655
|
**/
|
|
4656
4656
|
PalletImOnlineError: {
|
|
4657
4657
|
_enum: ['InvalidKey', 'DuplicatedHeartbeat'],
|
|
4658
4658
|
},
|
|
4659
4659
|
/**
|
|
4660
|
-
*
|
|
4660
|
+
* Lookup628: pallet_sudo::Error<T>
|
|
4661
4661
|
**/
|
|
4662
4662
|
PalletSudoError: {
|
|
4663
4663
|
_enum: ['RequireSudo'],
|
|
4664
4664
|
},
|
|
4665
4665
|
/**
|
|
4666
|
-
*
|
|
4666
|
+
* Lookup629: pallet_asset::types::TickerRegistration<T>
|
|
4667
4667
|
**/
|
|
4668
4668
|
PalletAssetTickerRegistration: {
|
|
4669
4669
|
owner: 'PolymeshPrimitivesIdentityId',
|
|
4670
4670
|
expiry: 'Option<u64>',
|
|
4671
4671
|
},
|
|
4672
4672
|
/**
|
|
4673
|
-
*
|
|
4673
|
+
* Lookup630: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4674
4674
|
**/
|
|
4675
4675
|
PalletAssetTickerRegistrationConfig: {
|
|
4676
4676
|
maxTickerLength: 'u8',
|
|
4677
4677
|
registrationLength: 'Option<u64>',
|
|
4678
4678
|
},
|
|
4679
4679
|
/**
|
|
4680
|
-
*
|
|
4680
|
+
* Lookup631: pallet_asset::types::AssetDetails
|
|
4681
4681
|
**/
|
|
4682
4682
|
PalletAssetAssetDetails: {
|
|
4683
4683
|
totalSupply: 'u128',
|
|
@@ -4686,7 +4686,7 @@ exports.default = {
|
|
|
4686
4686
|
assetType: 'PolymeshPrimitivesAssetAssetType',
|
|
4687
4687
|
},
|
|
4688
4688
|
/**
|
|
4689
|
-
*
|
|
4689
|
+
* Lookup641: pallet_asset::error::Error<T>
|
|
4690
4690
|
**/
|
|
4691
4691
|
PalletAssetError: {
|
|
4692
4692
|
_enum: [
|
|
@@ -4742,7 +4742,7 @@ exports.default = {
|
|
|
4742
4742
|
],
|
|
4743
4743
|
},
|
|
4744
4744
|
/**
|
|
4745
|
-
*
|
|
4745
|
+
* Lookup644: pallet_corporate_actions::distribution::Error<T>
|
|
4746
4746
|
**/
|
|
4747
4747
|
PalletCorporateActionsDistributionError: {
|
|
4748
4748
|
_enum: [
|
|
@@ -4764,7 +4764,7 @@ exports.default = {
|
|
|
4764
4764
|
],
|
|
4765
4765
|
},
|
|
4766
4766
|
/**
|
|
4767
|
-
*
|
|
4767
|
+
* Lookup648: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4768
4768
|
**/
|
|
4769
4769
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4770
4770
|
nextAt: 'u64',
|
|
@@ -4772,7 +4772,7 @@ exports.default = {
|
|
|
4772
4772
|
schedules: 'BTreeMap<u64, u64>',
|
|
4773
4773
|
},
|
|
4774
4774
|
/**
|
|
4775
|
-
*
|
|
4775
|
+
* Lookup654: pallet_asset::checkpoint::Error<T>
|
|
4776
4776
|
**/
|
|
4777
4777
|
PalletAssetCheckpointError: {
|
|
4778
4778
|
_enum: [
|
|
@@ -4785,14 +4785,14 @@ exports.default = {
|
|
|
4785
4785
|
],
|
|
4786
4786
|
},
|
|
4787
4787
|
/**
|
|
4788
|
-
*
|
|
4788
|
+
* Lookup655: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4789
4789
|
**/
|
|
4790
4790
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4791
4791
|
paused: 'bool',
|
|
4792
4792
|
requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
|
|
4793
4793
|
},
|
|
4794
4794
|
/**
|
|
4795
|
-
*
|
|
4795
|
+
* Lookup657: pallet_compliance_manager::Error<T>
|
|
4796
4796
|
**/
|
|
4797
4797
|
PalletComplianceManagerError: {
|
|
4798
4798
|
_enum: [
|
|
@@ -4806,7 +4806,7 @@ exports.default = {
|
|
|
4806
4806
|
],
|
|
4807
4807
|
},
|
|
4808
4808
|
/**
|
|
4809
|
-
*
|
|
4809
|
+
* Lookup660: pallet_corporate_actions::Error<T>
|
|
4810
4810
|
**/
|
|
4811
4811
|
PalletCorporateActionsError: {
|
|
4812
4812
|
_enum: [
|
|
@@ -4824,7 +4824,7 @@ exports.default = {
|
|
|
4824
4824
|
],
|
|
4825
4825
|
},
|
|
4826
4826
|
/**
|
|
4827
|
-
*
|
|
4827
|
+
* Lookup664: pallet_corporate_actions::ballot::Error<T>
|
|
4828
4828
|
**/
|
|
4829
4829
|
PalletCorporateActionsBallotError: {
|
|
4830
4830
|
_enum: [
|
|
@@ -4845,13 +4845,13 @@ exports.default = {
|
|
|
4845
4845
|
],
|
|
4846
4846
|
},
|
|
4847
4847
|
/**
|
|
4848
|
-
*
|
|
4848
|
+
* Lookup665: pallet_permissions::Error<T>
|
|
4849
4849
|
**/
|
|
4850
4850
|
PalletPermissionsError: {
|
|
4851
4851
|
_enum: ['UnauthorizedCaller'],
|
|
4852
4852
|
},
|
|
4853
4853
|
/**
|
|
4854
|
-
*
|
|
4854
|
+
* Lookup666: pallet_pips::PipsMetadata<BlockNumber>
|
|
4855
4855
|
**/
|
|
4856
4856
|
PalletPipsPipsMetadata: {
|
|
4857
4857
|
id: 'u32',
|
|
@@ -4862,14 +4862,14 @@ exports.default = {
|
|
|
4862
4862
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4863
4863
|
},
|
|
4864
4864
|
/**
|
|
4865
|
-
*
|
|
4865
|
+
* Lookup668: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4866
4866
|
**/
|
|
4867
4867
|
PalletPipsDepositInfo: {
|
|
4868
4868
|
owner: 'AccountId32',
|
|
4869
4869
|
amount: 'u128',
|
|
4870
4870
|
},
|
|
4871
4871
|
/**
|
|
4872
|
-
*
|
|
4872
|
+
* Lookup669: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4873
4873
|
**/
|
|
4874
4874
|
PalletPipsPip: {
|
|
4875
4875
|
id: 'u32',
|
|
@@ -4877,7 +4877,7 @@ exports.default = {
|
|
|
4877
4877
|
proposer: 'PalletPipsProposer',
|
|
4878
4878
|
},
|
|
4879
4879
|
/**
|
|
4880
|
-
*
|
|
4880
|
+
* Lookup670: pallet_pips::VotingResult
|
|
4881
4881
|
**/
|
|
4882
4882
|
PalletPipsVotingResult: {
|
|
4883
4883
|
ayesCount: 'u32',
|
|
@@ -4886,11 +4886,11 @@ exports.default = {
|
|
|
4886
4886
|
naysStake: 'u128',
|
|
4887
4887
|
},
|
|
4888
4888
|
/**
|
|
4889
|
-
*
|
|
4889
|
+
* Lookup671: pallet_pips::Vote
|
|
4890
4890
|
**/
|
|
4891
4891
|
PalletPipsVote: '(bool,u128)',
|
|
4892
4892
|
/**
|
|
4893
|
-
*
|
|
4893
|
+
* Lookup672: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4894
4894
|
**/
|
|
4895
4895
|
PalletPipsSnapshotMetadata: {
|
|
4896
4896
|
createdAt: 'u32',
|
|
@@ -4898,7 +4898,7 @@ exports.default = {
|
|
|
4898
4898
|
id: 'u32',
|
|
4899
4899
|
},
|
|
4900
4900
|
/**
|
|
4901
|
-
*
|
|
4901
|
+
* Lookup674: pallet_pips::Error<T>
|
|
4902
4902
|
**/
|
|
4903
4903
|
PalletPipsError: {
|
|
4904
4904
|
_enum: [
|
|
@@ -4923,7 +4923,7 @@ exports.default = {
|
|
|
4923
4923
|
],
|
|
4924
4924
|
},
|
|
4925
4925
|
/**
|
|
4926
|
-
*
|
|
4926
|
+
* Lookup682: pallet_portfolio::Error<T>
|
|
4927
4927
|
**/
|
|
4928
4928
|
PalletPortfolioError: {
|
|
4929
4929
|
_enum: [
|
|
@@ -4949,13 +4949,13 @@ exports.default = {
|
|
|
4949
4949
|
],
|
|
4950
4950
|
},
|
|
4951
4951
|
/**
|
|
4952
|
-
*
|
|
4952
|
+
* Lookup683: pallet_protocol_fee::Error<T>
|
|
4953
4953
|
**/
|
|
4954
4954
|
PalletProtocolFeeError: {
|
|
4955
4955
|
_enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
|
|
4956
4956
|
},
|
|
4957
4957
|
/**
|
|
4958
|
-
*
|
|
4958
|
+
* Lookup686: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4959
4959
|
**/
|
|
4960
4960
|
PalletSchedulerScheduled: {
|
|
4961
4961
|
maybeId: 'Option<[u8;32]>',
|
|
@@ -4965,7 +4965,7 @@ exports.default = {
|
|
|
4965
4965
|
origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
|
|
4966
4966
|
},
|
|
4967
4967
|
/**
|
|
4968
|
-
*
|
|
4968
|
+
* Lookup687: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4969
4969
|
**/
|
|
4970
4970
|
FrameSupportPreimagesBounded: {
|
|
4971
4971
|
_enum: {
|
|
@@ -4986,7 +4986,7 @@ exports.default = {
|
|
|
4986
4986
|
},
|
|
4987
4987
|
},
|
|
4988
4988
|
/**
|
|
4989
|
-
*
|
|
4989
|
+
* Lookup690: pallet_scheduler::pallet::Error<T>
|
|
4990
4990
|
**/
|
|
4991
4991
|
PalletSchedulerError: {
|
|
4992
4992
|
_enum: [
|
|
@@ -4998,14 +4998,14 @@ exports.default = {
|
|
|
4998
4998
|
],
|
|
4999
4999
|
},
|
|
5000
5000
|
/**
|
|
5001
|
-
*
|
|
5001
|
+
* Lookup691: polymesh_primitives::settlement::Venue
|
|
5002
5002
|
**/
|
|
5003
5003
|
PolymeshPrimitivesSettlementVenue: {
|
|
5004
5004
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
5005
5005
|
venueType: 'PolymeshPrimitivesSettlementVenueType',
|
|
5006
5006
|
},
|
|
5007
5007
|
/**
|
|
5008
|
-
*
|
|
5008
|
+
* Lookup695: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
5009
5009
|
**/
|
|
5010
5010
|
PolymeshPrimitivesSettlementInstruction: {
|
|
5011
5011
|
instructionId: 'u64',
|
|
@@ -5016,7 +5016,7 @@ exports.default = {
|
|
|
5016
5016
|
valueDate: 'Option<u64>',
|
|
5017
5017
|
},
|
|
5018
5018
|
/**
|
|
5019
|
-
*
|
|
5019
|
+
* Lookup697: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
5020
5020
|
**/
|
|
5021
5021
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
5022
5022
|
_enum: {
|
|
@@ -5026,13 +5026,13 @@ exports.default = {
|
|
|
5026
5026
|
},
|
|
5027
5027
|
},
|
|
5028
5028
|
/**
|
|
5029
|
-
*
|
|
5029
|
+
* Lookup699: polymesh_primitives::settlement::AffirmationStatus
|
|
5030
5030
|
**/
|
|
5031
5031
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
5032
5032
|
_enum: ['Unknown', 'Pending', 'Affirmed'],
|
|
5033
5033
|
},
|
|
5034
5034
|
/**
|
|
5035
|
-
*
|
|
5035
|
+
* Lookup702: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
5036
5036
|
**/
|
|
5037
5037
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
5038
5038
|
_enum: {
|
|
@@ -5044,7 +5044,7 @@ exports.default = {
|
|
|
5044
5044
|
},
|
|
5045
5045
|
},
|
|
5046
5046
|
/**
|
|
5047
|
-
*
|
|
5047
|
+
* Lookup704: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
5048
5048
|
**/
|
|
5049
5049
|
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
5050
5050
|
_enum: {
|
|
@@ -5056,7 +5056,7 @@ exports.default = {
|
|
|
5056
5056
|
},
|
|
5057
5057
|
},
|
|
5058
5058
|
/**
|
|
5059
|
-
*
|
|
5059
|
+
* Lookup706: pallet_settlement::Error<T>
|
|
5060
5060
|
**/
|
|
5061
5061
|
PalletSettlementError: {
|
|
5062
5062
|
_enum: [
|
|
@@ -5107,21 +5107,21 @@ exports.default = {
|
|
|
5107
5107
|
],
|
|
5108
5108
|
},
|
|
5109
5109
|
/**
|
|
5110
|
-
*
|
|
5110
|
+
* Lookup709: polymesh_primitives::statistics::Stat1stKey
|
|
5111
5111
|
**/
|
|
5112
5112
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
5113
5113
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
5114
5114
|
statType: 'PolymeshPrimitivesStatisticsStatType',
|
|
5115
5115
|
},
|
|
5116
5116
|
/**
|
|
5117
|
-
*
|
|
5117
|
+
* Lookup710: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
5118
5118
|
**/
|
|
5119
5119
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
5120
5120
|
paused: 'bool',
|
|
5121
5121
|
requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
|
|
5122
5122
|
},
|
|
5123
5123
|
/**
|
|
5124
|
-
*
|
|
5124
|
+
* Lookup714: pallet_statistics::Error<T>
|
|
5125
5125
|
**/
|
|
5126
5126
|
PalletStatisticsError: {
|
|
5127
5127
|
_enum: [
|
|
@@ -5135,7 +5135,7 @@ exports.default = {
|
|
|
5135
5135
|
],
|
|
5136
5136
|
},
|
|
5137
5137
|
/**
|
|
5138
|
-
*
|
|
5138
|
+
* Lookup717: pallet_sto::Error<T>
|
|
5139
5139
|
**/
|
|
5140
5140
|
PalletStoError: {
|
|
5141
5141
|
_enum: [
|
|
@@ -5154,13 +5154,13 @@ exports.default = {
|
|
|
5154
5154
|
],
|
|
5155
5155
|
},
|
|
5156
5156
|
/**
|
|
5157
|
-
*
|
|
5157
|
+
* Lookup718: pallet_treasury::Error<T>
|
|
5158
5158
|
**/
|
|
5159
5159
|
PalletTreasuryError: {
|
|
5160
5160
|
_enum: ['InsufficientBalance', 'InvalidIdentity'],
|
|
5161
5161
|
},
|
|
5162
5162
|
/**
|
|
5163
|
-
*
|
|
5163
|
+
* Lookup719: pallet_utility::pallet::Error<T>
|
|
5164
5164
|
**/
|
|
5165
5165
|
PalletUtilityError: {
|
|
5166
5166
|
_enum: [
|
|
@@ -5172,13 +5172,13 @@ exports.default = {
|
|
|
5172
5172
|
],
|
|
5173
5173
|
},
|
|
5174
5174
|
/**
|
|
5175
|
-
*
|
|
5175
|
+
* Lookup720: pallet_base::Error<T>
|
|
5176
5176
|
**/
|
|
5177
5177
|
PalletBaseError: {
|
|
5178
5178
|
_enum: ['TooLong', 'CounterOverflow'],
|
|
5179
5179
|
},
|
|
5180
5180
|
/**
|
|
5181
|
-
*
|
|
5181
|
+
* Lookup723: pallet_external_agents::Error<T>
|
|
5182
5182
|
**/
|
|
5183
5183
|
PalletExternalAgentsError: {
|
|
5184
5184
|
_enum: [
|
|
@@ -5191,14 +5191,14 @@ exports.default = {
|
|
|
5191
5191
|
],
|
|
5192
5192
|
},
|
|
5193
5193
|
/**
|
|
5194
|
-
*
|
|
5194
|
+
* Lookup724: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
5195
5195
|
**/
|
|
5196
5196
|
PalletRelayerSubsidy: {
|
|
5197
5197
|
payingKey: 'AccountId32',
|
|
5198
5198
|
remaining: 'u128',
|
|
5199
5199
|
},
|
|
5200
5200
|
/**
|
|
5201
|
-
*
|
|
5201
|
+
* Lookup725: pallet_relayer::Error<T>
|
|
5202
5202
|
**/
|
|
5203
5203
|
PalletRelayerError: {
|
|
5204
5204
|
_enum: [
|
|
@@ -5212,7 +5212,7 @@ exports.default = {
|
|
|
5212
5212
|
],
|
|
5213
5213
|
},
|
|
5214
5214
|
/**
|
|
5215
|
-
*
|
|
5215
|
+
* Lookup727: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
5216
5216
|
**/
|
|
5217
5217
|
PalletContractsWasmPrefabWasmModule: {
|
|
5218
5218
|
instructionWeightsVersion: 'Compact<u32>',
|
|
@@ -5222,7 +5222,7 @@ exports.default = {
|
|
|
5222
5222
|
determinism: 'PalletContractsWasmDeterminism',
|
|
5223
5223
|
},
|
|
5224
5224
|
/**
|
|
5225
|
-
*
|
|
5225
|
+
* Lookup729: pallet_contracts::wasm::OwnerInfo<T>
|
|
5226
5226
|
**/
|
|
5227
5227
|
PalletContractsWasmOwnerInfo: {
|
|
5228
5228
|
owner: 'AccountId32',
|
|
@@ -5230,7 +5230,7 @@ exports.default = {
|
|
|
5230
5230
|
refcount: 'Compact<u64>',
|
|
5231
5231
|
},
|
|
5232
5232
|
/**
|
|
5233
|
-
*
|
|
5233
|
+
* Lookup730: pallet_contracts::storage::ContractInfo<T>
|
|
5234
5234
|
**/
|
|
5235
5235
|
PalletContractsStorageContractInfo: {
|
|
5236
5236
|
trieId: 'Bytes',
|
|
@@ -5243,13 +5243,13 @@ exports.default = {
|
|
|
5243
5243
|
storageBaseDeposit: 'u128',
|
|
5244
5244
|
},
|
|
5245
5245
|
/**
|
|
5246
|
-
*
|
|
5246
|
+
* Lookup733: pallet_contracts::storage::DeletedContract
|
|
5247
5247
|
**/
|
|
5248
5248
|
PalletContractsStorageDeletedContract: {
|
|
5249
5249
|
trieId: 'Bytes',
|
|
5250
5250
|
},
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Lookup735: pallet_contracts::schedule::Schedule<T>
|
|
5253
5253
|
**/
|
|
5254
5254
|
PalletContractsSchedule: {
|
|
5255
5255
|
limits: 'PalletContractsScheduleLimits',
|
|
@@ -5257,7 +5257,7 @@ exports.default = {
|
|
|
5257
5257
|
hostFnWeights: 'PalletContractsScheduleHostFnWeights',
|
|
5258
5258
|
},
|
|
5259
5259
|
/**
|
|
5260
|
-
*
|
|
5260
|
+
* Lookup736: pallet_contracts::schedule::Limits
|
|
5261
5261
|
**/
|
|
5262
5262
|
PalletContractsScheduleLimits: {
|
|
5263
5263
|
eventTopics: 'u32',
|
|
@@ -5271,7 +5271,7 @@ exports.default = {
|
|
|
5271
5271
|
payloadLen: 'u32',
|
|
5272
5272
|
},
|
|
5273
5273
|
/**
|
|
5274
|
-
*
|
|
5274
|
+
* Lookup737: pallet_contracts::schedule::InstructionWeights<T>
|
|
5275
5275
|
**/
|
|
5276
5276
|
PalletContractsScheduleInstructionWeights: {
|
|
5277
5277
|
_alias: {
|
|
@@ -5333,7 +5333,7 @@ exports.default = {
|
|
|
5333
5333
|
i64rotr: 'u32',
|
|
5334
5334
|
},
|
|
5335
5335
|
/**
|
|
5336
|
-
*
|
|
5336
|
+
* Lookup738: pallet_contracts::schedule::HostFnWeights<T>
|
|
5337
5337
|
**/
|
|
5338
5338
|
PalletContractsScheduleHostFnWeights: {
|
|
5339
5339
|
_alias: {
|
|
@@ -5400,7 +5400,7 @@ exports.default = {
|
|
|
5400
5400
|
instantiationNonce: 'SpWeightsWeightV2Weight',
|
|
5401
5401
|
},
|
|
5402
5402
|
/**
|
|
5403
|
-
*
|
|
5403
|
+
* Lookup739: pallet_contracts::pallet::Error<T>
|
|
5404
5404
|
**/
|
|
5405
5405
|
PalletContractsError: {
|
|
5406
5406
|
_enum: [
|
|
@@ -5435,7 +5435,7 @@ exports.default = {
|
|
|
5435
5435
|
],
|
|
5436
5436
|
},
|
|
5437
5437
|
/**
|
|
5438
|
-
*
|
|
5438
|
+
* Lookup741: polymesh_contracts::Error<T>
|
|
5439
5439
|
**/
|
|
5440
5440
|
PolymeshContractsError: {
|
|
5441
5441
|
_enum: [
|
|
@@ -5454,7 +5454,7 @@ exports.default = {
|
|
|
5454
5454
|
],
|
|
5455
5455
|
},
|
|
5456
5456
|
/**
|
|
5457
|
-
*
|
|
5457
|
+
* Lookup742: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
5458
5458
|
**/
|
|
5459
5459
|
PalletPreimageRequestStatus: {
|
|
5460
5460
|
_enum: {
|
|
@@ -5470,20 +5470,20 @@ exports.default = {
|
|
|
5470
5470
|
},
|
|
5471
5471
|
},
|
|
5472
5472
|
/**
|
|
5473
|
-
*
|
|
5473
|
+
* Lookup746: pallet_preimage::pallet::Error<T>
|
|
5474
5474
|
**/
|
|
5475
5475
|
PalletPreimageError: {
|
|
5476
5476
|
_enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
|
|
5477
5477
|
},
|
|
5478
5478
|
/**
|
|
5479
|
-
*
|
|
5479
|
+
* Lookup747: polymesh_primitives::nft::NFTCollection
|
|
5480
5480
|
**/
|
|
5481
5481
|
PolymeshPrimitivesNftNftCollection: {
|
|
5482
5482
|
id: 'u64',
|
|
5483
5483
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
5484
5484
|
},
|
|
5485
5485
|
/**
|
|
5486
|
-
*
|
|
5486
|
+
* Lookup752: pallet_nft::Error<T>
|
|
5487
5487
|
**/
|
|
5488
5488
|
PalletNftError: {
|
|
5489
5489
|
_enum: [
|
|
@@ -5519,7 +5519,7 @@ exports.default = {
|
|
|
5519
5519
|
],
|
|
5520
5520
|
},
|
|
5521
5521
|
/**
|
|
5522
|
-
*
|
|
5522
|
+
* Lookup753: pallet_election_provider_multi_phase::ReadySolution<T>
|
|
5523
5523
|
**/
|
|
5524
5524
|
PalletElectionProviderMultiPhaseReadySolution: {
|
|
5525
5525
|
supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
|
|
@@ -5527,14 +5527,14 @@ exports.default = {
|
|
|
5527
5527
|
compute: 'PalletElectionProviderMultiPhaseElectionCompute',
|
|
5528
5528
|
},
|
|
5529
5529
|
/**
|
|
5530
|
-
*
|
|
5530
|
+
* Lookup755: pallet_election_provider_multi_phase::RoundSnapshot<T>
|
|
5531
5531
|
**/
|
|
5532
5532
|
PalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
5533
5533
|
voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
|
|
5534
5534
|
targets: 'Vec<AccountId32>',
|
|
5535
5535
|
},
|
|
5536
5536
|
/**
|
|
5537
|
-
*
|
|
5537
|
+
* Lookup761: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
|
|
5538
5538
|
**/
|
|
5539
5539
|
PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
5540
5540
|
who: 'AccountId32',
|
|
@@ -5543,7 +5543,7 @@ exports.default = {
|
|
|
5543
5543
|
callFee: 'u128',
|
|
5544
5544
|
},
|
|
5545
5545
|
/**
|
|
5546
|
-
*
|
|
5546
|
+
* Lookup762: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
5547
5547
|
**/
|
|
5548
5548
|
PalletElectionProviderMultiPhaseError: {
|
|
5549
5549
|
_enum: [
|
|
@@ -5564,43 +5564,43 @@ exports.default = {
|
|
|
5564
5564
|
],
|
|
5565
5565
|
},
|
|
5566
5566
|
/**
|
|
5567
|
-
*
|
|
5567
|
+
* Lookup763: pallet_test_utils::Error<T>
|
|
5568
5568
|
**/
|
|
5569
5569
|
PalletTestUtilsError: 'Null',
|
|
5570
5570
|
/**
|
|
5571
|
-
*
|
|
5571
|
+
* Lookup766: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5572
5572
|
**/
|
|
5573
5573
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
5574
5574
|
/**
|
|
5575
|
-
*
|
|
5575
|
+
* Lookup767: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5576
5576
|
**/
|
|
5577
5577
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
5578
5578
|
/**
|
|
5579
|
-
*
|
|
5579
|
+
* Lookup768: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5580
5580
|
**/
|
|
5581
5581
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
5582
5582
|
/**
|
|
5583
|
-
*
|
|
5583
|
+
* Lookup771: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5584
5584
|
**/
|
|
5585
5585
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
5586
5586
|
/**
|
|
5587
|
-
*
|
|
5587
|
+
* Lookup772: polymesh_extensions::check_weight::CheckWeight<T>
|
|
5588
5588
|
**/
|
|
5589
5589
|
PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
|
|
5590
5590
|
/**
|
|
5591
|
-
*
|
|
5591
|
+
* Lookup773: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5592
5592
|
**/
|
|
5593
5593
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
5594
5594
|
/**
|
|
5595
|
-
*
|
|
5595
|
+
* Lookup774: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5596
5596
|
**/
|
|
5597
5597
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
5598
5598
|
/**
|
|
5599
|
-
*
|
|
5599
|
+
* Lookup775: pallet_permissions::StoreCallMetadata<T>
|
|
5600
5600
|
**/
|
|
5601
5601
|
PalletPermissionsStoreCallMetadata: 'Null',
|
|
5602
5602
|
/**
|
|
5603
|
-
*
|
|
5603
|
+
* Lookup776: polymesh_runtime_develop::runtime::Runtime
|
|
5604
5604
|
**/
|
|
5605
5605
|
PolymeshRuntimeDevelopRuntime: 'Null',
|
|
5606
5606
|
};
|