@polymeshassociation/polymesh-sdk 25.0.1-beta.1 → 25.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/api/client/Claims.d.ts.map +1 -1
  3. package/api/client/Claims.js +1 -1
  4. package/api/client/Claims.js.map +1 -1
  5. package/api/client/Polymesh.d.ts.map +1 -1
  6. package/api/client/Polymesh.js +1 -1
  7. package/api/client/Polymesh.js.map +1 -1
  8. package/npm-package/polymeshassociation-polymesh-sdk-25.1.0-alpha.1.tgz +0 -0
  9. package/package.json +2 -2
  10. package/polkadot/asset/definitions.js +2 -2
  11. package/polkadot/asset/definitions.js.map +1 -1
  12. package/polkadot/augment-api-errors.d.ts +8 -0
  13. package/polkadot/augment-api-errors.d.ts.map +1 -1
  14. package/polkadot/augment-api-rpc.d.ts +5 -6
  15. package/polkadot/augment-api-rpc.d.ts.map +1 -1
  16. package/polkadot/augment-api-runtime.d.ts +140 -3
  17. package/polkadot/augment-api-runtime.d.ts.map +1 -1
  18. package/polkadot/augment-types.d.ts +4 -1
  19. package/polkadot/augment-types.d.ts.map +1 -1
  20. package/polkadot/identity/definitions.js +3 -3
  21. package/polkadot/identity/definitions.js.map +1 -1
  22. package/polkadot/lookup.d.ts.map +1 -1
  23. package/polkadot/lookup.js +2 -0
  24. package/polkadot/lookup.js.map +1 -1
  25. package/polkadot/polymesh/definitions.d.ts +406 -104
  26. package/polkadot/polymesh/definitions.d.ts.map +1 -1
  27. package/polkadot/polymesh/definitions.js +654 -104
  28. package/polkadot/polymesh/definitions.js.map +1 -1
  29. package/polkadot/polymesh/types.d.ts +122 -104
  30. package/polkadot/polymesh/types.d.ts.map +1 -1
  31. package/polkadot/schema.d.ts +206 -110
  32. package/polkadot/schema.d.ts.map +1 -1
  33. package/polkadot/schema.js +361 -131
  34. package/polkadot/schema.js.map +1 -1
  35. package/polkadot/settlement/definitions.js +1 -1
  36. package/polkadot/settlement/definitions.js.map +1 -1
  37. package/polkadot/types-lookup.d.ts +3 -1
  38. package/polkadot/types-lookup.d.ts.map +1 -1
  39. package/utils/conversion.js +3 -3
  40. package/utils/conversion.js.map +1 -1
  41. package/npm-package/polymeshassociation-polymesh-sdk-25.0.1-beta.1.tgz +0 -0
  42. package/polkadot/compliance/definitions.d.ts +0 -16
  43. package/polkadot/compliance/definitions.d.ts.map +0 -1
  44. package/polkadot/compliance/definitions.js +0 -35
  45. package/polkadot/compliance/definitions.js.map +0 -1
  46. package/polkadot/compliance/index.d.ts +0 -2
  47. package/polkadot/compliance/index.d.ts.map +0 -1
  48. package/polkadot/compliance/index.js +0 -20
  49. package/polkadot/compliance/index.js.map +0 -1
  50. package/polkadot/compliance/types.d.ts +0 -2
  51. package/polkadot/compliance/types.d.ts.map +0 -1
  52. package/polkadot/compliance/types.js +0 -5
  53. package/polkadot/compliance/types.js.map +0 -1
  54. package/polkadot/portfolio/definitions.d.ts +0 -25
  55. package/polkadot/portfolio/definitions.d.ts.map +0 -1
  56. package/polkadot/portfolio/definitions.js +0 -31
  57. package/polkadot/portfolio/definitions.js.map +0 -1
  58. package/polkadot/portfolio/index.d.ts +0 -2
  59. package/polkadot/portfolio/index.d.ts.map +0 -1
  60. package/polkadot/portfolio/index.js +0 -20
  61. package/polkadot/portfolio/index.js.map +0 -1
  62. package/polkadot/portfolio/types.d.ts +0 -2
  63. package/polkadot/portfolio/types.d.ts.map +0 -1
  64. package/polkadot/portfolio/types.js +0 -5
  65. package/polkadot/portfolio/types.js.map +0 -1
@@ -29,10 +29,10 @@ declare const _default: {
29
29
  DocumentType: string;
30
30
  Document: {
31
31
  uri: string;
32
- content_hash: string;
32
+ contentHash: string;
33
33
  name: string;
34
- doc_type: string;
35
- filing_date: string;
34
+ docType: string;
35
+ filingDate: string;
36
36
  };
37
37
  Version: string;
38
38
  CustomAssetTypeId: string;
@@ -72,10 +72,10 @@ declare const _default: {
72
72
  FundingRoundName: string;
73
73
  VenueDetails: string;
74
74
  SecurityToken: {
75
- total_supply: string;
76
- owner_did: string;
75
+ totalSupply: string;
76
+ ownerDid: string;
77
77
  divisible: string;
78
- asset_type: string;
78
+ assetType: string;
79
79
  };
80
80
  AssetMetadataName: string;
81
81
  AssetMetadataValue: string;
@@ -96,13 +96,13 @@ declare const _default: {
96
96
  };
97
97
  AssetMetadataValueDetail: {
98
98
  expire: string;
99
- lock_status: string;
99
+ lockStatus: string;
100
100
  };
101
101
  AssetMetadataDescription: string;
102
102
  AssetMetadataSpec: {
103
103
  url: string;
104
104
  description: string;
105
- type_def: string;
105
+ typeDef: string;
106
106
  };
107
107
  PalletName: string;
108
108
  DispatchableName: string;
@@ -128,8 +128,8 @@ declare const _default: {
128
128
  };
129
129
  };
130
130
  PalletPermissions: {
131
- pallet_name: string;
132
- dispatchable_names: string;
131
+ palletName: string;
132
+ dispatchableNames: string;
133
133
  };
134
134
  ExtrinsicPermissions: {
135
135
  _enum: {
@@ -154,22 +154,22 @@ declare const _default: {
154
154
  permissions: string;
155
155
  };
156
156
  SecondaryKeyWithAuth: {
157
- secondary_key: string;
158
- auth_signature: string;
157
+ secondaryKey: string;
158
+ authSignature: string;
159
159
  };
160
160
  Subsidy: {
161
- paying_key: string;
161
+ payingKey: string;
162
162
  remaining: string;
163
163
  };
164
164
  IdentityRole: {
165
165
  _enum: string[];
166
166
  };
167
167
  PreAuthorizedKeyInfo: {
168
- target_id: string;
169
- secondary_key: string;
168
+ targetId: string;
169
+ secondaryKey: string;
170
170
  };
171
171
  DidRecord: {
172
- primary_key: string;
172
+ primaryKey: string;
173
173
  };
174
174
  KeyRecord: {
175
175
  _enum: {
@@ -222,15 +222,15 @@ declare const _default: {
222
222
  };
223
223
  };
224
224
  IdentityClaim: {
225
- claim_issuer: string;
226
- issuance_date: string;
227
- last_update_date: string;
225
+ claimIssuer: string;
226
+ issuanceDate: string;
227
+ lastUpdateDate: string;
228
228
  expiry: string;
229
229
  claim: string;
230
230
  };
231
231
  ComplianceRequirement: {
232
- sender_conditions: string;
233
- receiver_conditions: string;
232
+ senderConditions: string;
233
+ receiverConditions: string;
234
234
  id: string;
235
235
  };
236
236
  ComplianceRequirementResult: {
@@ -267,17 +267,17 @@ declare const _default: {
267
267
  result: string;
268
268
  };
269
269
  TargetIdAuthorization: {
270
- target_id: string;
270
+ targetId: string;
271
271
  nonce: string;
272
- expires_at: string;
272
+ expiresAt: string;
273
273
  };
274
274
  TickerRegistration: {
275
275
  owner: string;
276
276
  expiry: string;
277
277
  };
278
278
  TickerRegistrationConfig: {
279
- max_ticker_length: string;
280
- registration_length: string;
279
+ maxTickerLength: string;
280
+ registrationLength: string;
281
281
  };
282
282
  EthereumAddress: string;
283
283
  EcdsaSignature: string;
@@ -286,7 +286,7 @@ declare const _default: {
286
286
  ChoiceTitle: string;
287
287
  Motion: {
288
288
  title: string;
289
- info_link: string;
289
+ infoLink: string;
290
290
  choices: string;
291
291
  };
292
292
  BallotTitle: string;
@@ -314,8 +314,8 @@ declare const _default: {
314
314
  id: string;
315
315
  url: string;
316
316
  description: string;
317
- created_at: string;
318
- transaction_version: string;
317
+ createdAt: string;
318
+ transactionVersion: string;
319
319
  expiry: string;
320
320
  };
321
321
  Proposer: {
@@ -337,8 +337,8 @@ declare const _default: {
337
337
  };
338
338
  SnapshotId: string;
339
339
  SnapshotMetadata: {
340
- created_at: string;
341
- made_by: string;
340
+ createdAt: string;
341
+ madeBy: string;
342
342
  id: string;
343
343
  };
344
344
  SnapshotResult: {
@@ -379,10 +379,10 @@ declare const _default: {
379
379
  };
380
380
  OffChainSignature: string;
381
381
  Authorization: {
382
- authorization_data: string;
383
- authorized_by: string;
382
+ authorizationData: string;
383
+ authorizedBy: string;
384
384
  expiry: string;
385
- auth_id: string;
385
+ authId: string;
386
386
  };
387
387
  AuthorizationData: {
388
388
  _enum: {
@@ -408,7 +408,7 @@ declare const _default: {
408
408
  nonce: string;
409
409
  recipient: string;
410
410
  amount: string;
411
- tx_hash: string;
411
+ txHash: string;
412
412
  };
413
413
  AssetScope: {
414
414
  _enum: {
@@ -420,7 +420,7 @@ declare const _default: {
420
420
  };
421
421
  StatType: {
422
422
  op: string;
423
- claim_issuer: string;
423
+ claimIssuer: string;
424
424
  };
425
425
  StatClaim: {
426
426
  _enum: {
@@ -431,7 +431,7 @@ declare const _default: {
431
431
  };
432
432
  Stat1stKey: {
433
433
  asset: string;
434
- stat_type: string;
434
+ statType: string;
435
435
  };
436
436
  Stat2ndKey: {
437
437
  _enum: {
@@ -458,7 +458,7 @@ declare const _default: {
458
458
  TransferConditionExemptKey: {
459
459
  asset: string;
460
460
  op: string;
461
- claim_type: string;
461
+ claimType: string;
462
462
  };
463
463
  AssetCompliance: {
464
464
  paused: string;
@@ -471,7 +471,7 @@ declare const _default: {
471
471
  };
472
472
  Claim1stKey: {
473
473
  target: string;
474
- claim_type: string;
474
+ claimType: string;
475
475
  };
476
476
  Claim2ndKey: {
477
477
  issuer: string;
@@ -479,14 +479,14 @@ declare const _default: {
479
479
  };
480
480
  InactiveMember: {
481
481
  id: string;
482
- deactivated_at: string;
482
+ deactivatedAt: string;
483
483
  expiry: string;
484
484
  };
485
485
  VotingResult: {
486
- ayes_count: string;
487
- ayes_stake: string;
488
- nays_count: string;
489
- nays_stake: string;
486
+ ayesCount: string;
487
+ ayesStake: string;
488
+ naysCount: string;
489
+ naysStake: string;
490
490
  };
491
491
  ProtocolOp: {
492
492
  _enum: string[];
@@ -504,8 +504,8 @@ declare const _default: {
504
504
  };
505
505
  };
506
506
  RpcDidRecordsSuccess: {
507
- primary_key: string;
508
- secondary_keys: string;
507
+ primaryKey: string;
508
+ secondaryKeys: string;
509
509
  };
510
510
  RpcDidRecords: {
511
511
  _enum: {
@@ -531,8 +531,8 @@ declare const _default: {
531
531
  BridgeTxDetail: {
532
532
  amount: string;
533
533
  status: string;
534
- execution_block: string;
535
- tx_hash: string;
534
+ executionBlock: string;
535
+ txHash: string;
536
536
  };
537
537
  BridgeTxStatus: {
538
538
  _enum: {
@@ -575,7 +575,7 @@ declare const _default: {
575
575
  rejections: string;
576
576
  status: string;
577
577
  expiry: string;
578
- auto_close: string;
578
+ autoClose: string;
579
579
  };
580
580
  ProposalStatus: {
581
581
  _enum: {
@@ -661,20 +661,20 @@ declare const _default: {
661
661
  LegId: string;
662
662
  InstructionId: string;
663
663
  Instruction: {
664
- instruction_id: string;
665
- venue_id: string;
664
+ instructionId: string;
665
+ venueId: string;
666
666
  status: string;
667
- settlement_type: string;
668
- created_at: string;
669
- trade_date: string;
670
- value_date: string;
667
+ settlementType: string;
668
+ createdAt: string;
669
+ tradeDate: string;
670
+ valueDate: string;
671
671
  };
672
672
  Venue: {
673
673
  creator: string;
674
- venue_type: string;
674
+ venueType: string;
675
675
  };
676
676
  Receipt: {
677
- receipt_uid: string;
677
+ receiptUid: string;
678
678
  from: string;
679
679
  to: string;
680
680
  asset: string;
@@ -682,8 +682,8 @@ declare const _default: {
682
682
  };
683
683
  ReceiptMetadata: string;
684
684
  ReceiptDetails: {
685
- receipt_uid: string;
686
- leg_id: string;
685
+ receiptUid: string;
686
+ legId: string;
687
687
  signer: string;
688
688
  signature: string;
689
689
  metadata: string;
@@ -727,16 +727,16 @@ declare const _default: {
727
727
  };
728
728
  Fundraiser: {
729
729
  creator: string;
730
- offering_portfolio: string;
731
- offering_asset: string;
732
- raising_portfolio: string;
733
- raising_asset: string;
730
+ offeringPortfolio: string;
731
+ offeringAsset: string;
732
+ raisingPortfolio: string;
733
+ raisingAsset: string;
734
734
  tiers: string;
735
- venue_id: string;
735
+ venueId: string;
736
736
  start: string;
737
737
  end: string;
738
738
  status: string;
739
- minimum_investment: string;
739
+ minimumInvestment: string;
740
740
  };
741
741
  VenueId: string;
742
742
  VenueType: {
@@ -773,36 +773,36 @@ declare const _default: {
773
773
  };
774
774
  CorporateAction: {
775
775
  kind: string;
776
- decl_date: string;
777
- record_date: string;
776
+ declDate: string;
777
+ recordDate: string;
778
778
  targets: string;
779
- default_withholding_tax: string;
780
- withholding_tax: string;
779
+ defaultWithholdingTax: string;
780
+ withholdingTax: string;
781
781
  };
782
782
  InitiateCorporateActionArgs: {
783
783
  ticker: string;
784
784
  kind: string;
785
- decl_date: string;
786
- record_date: string;
785
+ declDate: string;
786
+ recordDate: string;
787
787
  details: string;
788
788
  targets: string;
789
- default_withholding_tax: string;
790
- withholding_tax: string;
789
+ defaultWithholdingTax: string;
790
+ withholdingTax: string;
791
791
  };
792
792
  LocalCAId: string;
793
793
  CAId: {
794
794
  ticker: string;
795
- local_id: string;
795
+ localId: string;
796
796
  };
797
797
  Distribution: {
798
798
  from: string;
799
799
  currency: string;
800
- per_share: string;
800
+ perShare: string;
801
801
  amount: string;
802
802
  remaining: string;
803
803
  reclaimed: string;
804
- payment_at: string;
805
- expires_at: string;
804
+ paymentAt: string;
805
+ expiresAt: string;
806
806
  };
807
807
  SlashingSwitch: {
808
808
  _enum: string[];
@@ -812,8 +812,8 @@ declare const _default: {
812
812
  price: string;
813
813
  };
814
814
  PermissionedIdentityPrefs: {
815
- intended_count: string;
816
- running_count: string;
815
+ intendedCount: string;
816
+ runningCount: string;
817
817
  };
818
818
  CanTransferGranularReturn: {
819
819
  _enum: {
@@ -822,25 +822,25 @@ declare const _default: {
822
822
  };
823
823
  };
824
824
  GranularCanTransferResult: {
825
- invalid_granularity: string;
826
- self_transfer: string;
827
- invalid_receiver_cdd: string;
828
- invalid_sender_cdd: string;
829
- receiver_custodian_error: string;
830
- sender_custodian_error: string;
831
- sender_insufficient_balance: string;
832
- portfolio_validity_result: string;
833
- asset_frozen: string;
834
- transfer_condition_result: string;
835
- compliance_result: string;
825
+ invalidGranularity: string;
826
+ selfTransfer: string;
827
+ invalidReceiverCdd: string;
828
+ invalidSenderCdd: string;
829
+ receiverCustodianError: string;
830
+ senderCustodianError: string;
831
+ senderInsufficientBalance: string;
832
+ portfolioValidityResult: string;
833
+ assetFrozen: string;
834
+ transferConditionResult: string;
835
+ complianceResult: string;
836
836
  result: string;
837
- consumed_weight: string;
837
+ consumedWeight: string;
838
838
  };
839
839
  PortfolioValidityResult: {
840
- receiver_is_same_portfolio: string;
841
- sender_portfolio_does_not_exist: string;
842
- receiver_portfolio_does_not_exist: string;
843
- sender_insufficient_balance: string;
840
+ receiverIsSamePortfolio: string;
841
+ senderPortfolioDoesNotExist: string;
842
+ receiverPortfolioDoesNotExist: string;
843
+ senderInsufficientBalance: string;
844
844
  result: string;
845
845
  };
846
846
  TransferConditionResult: {
@@ -859,8 +859,8 @@ declare const _default: {
859
859
  };
860
860
  Member: {
861
861
  id: string;
862
- expiry_at: string;
863
- inactive_from: string;
862
+ expiryAt: string;
863
+ inactiveFrom: string;
864
864
  };
865
865
  ItnRewardStatus: {
866
866
  _enum: {
@@ -893,8 +893,8 @@ declare const _default: {
893
893
  nfts: string;
894
894
  };
895
895
  OffChainLeg: {
896
- sender_identity: string;
897
- receiver_identity: string;
896
+ senderIdentity: string;
897
+ receiverIdentity: string;
898
898
  ticker: string;
899
899
  amount: string;
900
900
  };
@@ -931,14 +931,29 @@ declare const _default: {
931
931
  error: string;
932
932
  };
933
933
  AssetCount: {
934
- fungible: string;
935
- non_fungible: string;
936
- off_chain: string;
934
+ fungibleTokens: string;
935
+ nonFungibleTokens: string;
936
+ offChainAssets: string;
937
937
  };
938
938
  AffirmationCount: {
939
- sender_asset_count: string;
940
- receiver_asset_count: string;
941
- offchain_count: string;
939
+ senderAssetCount: string;
940
+ receiverAssetCount: string;
941
+ offchainCount: string;
942
+ };
943
+ ComplianceReport: {
944
+ anyRequirementSatistifed: string;
945
+ pausedCompliance: string;
946
+ requirements: string;
947
+ };
948
+ RequirementReport: {
949
+ requirementSatisfied: string;
950
+ id: string;
951
+ senderConditions: string;
952
+ receiverConditions: string;
953
+ };
954
+ ConditionReport: {
955
+ satisfied: string;
956
+ condition: string;
942
957
  };
943
958
  };
944
959
  rpc: {
@@ -1138,7 +1153,20 @@ declare const _default: {
1138
1153
  };
1139
1154
  };
1140
1155
  runtime: {
1141
- AssetApi: {
1156
+ AssetApi: ({
1157
+ methods: {
1158
+ transfer_report: {
1159
+ description: string;
1160
+ params: {
1161
+ name: string;
1162
+ type: string;
1163
+ }[];
1164
+ type: string;
1165
+ };
1166
+ can_transfer_granular?: undefined;
1167
+ };
1168
+ version: number;
1169
+ } | {
1142
1170
  methods: {
1143
1171
  can_transfer_granular: {
1144
1172
  description: string;
@@ -1148,9 +1176,10 @@ declare const _default: {
1148
1176
  }[];
1149
1177
  type: string;
1150
1178
  };
1179
+ transfer_report?: undefined;
1151
1180
  };
1152
1181
  version: number;
1153
- }[];
1182
+ })[];
1154
1183
  GroupApi: {
1155
1184
  methods: {
1156
1185
  get_cdd_valid_members: {
@@ -1166,7 +1195,60 @@ declare const _default: {
1166
1195
  };
1167
1196
  version: number;
1168
1197
  }[];
1169
- IdentityApi: {
1198
+ IdentityApi: ({
1199
+ methods: {
1200
+ is_identity_has_valid_cdd: {
1201
+ description: string;
1202
+ params: {
1203
+ name: string;
1204
+ type: string;
1205
+ }[];
1206
+ type: string;
1207
+ };
1208
+ get_did_records: {
1209
+ description: string;
1210
+ params: {
1211
+ name: string;
1212
+ type: string;
1213
+ }[];
1214
+ type: string;
1215
+ };
1216
+ get_did_status: {
1217
+ description: string;
1218
+ params: {
1219
+ name: string;
1220
+ type: string;
1221
+ }[];
1222
+ type: string;
1223
+ };
1224
+ get_filtered_authorizations: {
1225
+ description: string;
1226
+ params: {
1227
+ name: string;
1228
+ type: string;
1229
+ }[];
1230
+ type: string;
1231
+ };
1232
+ get_key_identity_data: {
1233
+ description: string;
1234
+ params: {
1235
+ name: string;
1236
+ type: string;
1237
+ }[];
1238
+ type: string;
1239
+ };
1240
+ valid_cdd_claims: {
1241
+ description: string;
1242
+ params: {
1243
+ name: string;
1244
+ type: string;
1245
+ }[];
1246
+ type: string;
1247
+ };
1248
+ get_asset_did?: undefined;
1249
+ };
1250
+ version: number;
1251
+ } | {
1170
1252
  methods: {
1171
1253
  is_identity_has_valid_cdd: {
1172
1254
  description: string;
@@ -1226,8 +1308,21 @@ declare const _default: {
1226
1308
  };
1227
1309
  };
1228
1310
  version: number;
1229
- }[];
1230
- NFTApi: {
1311
+ })[];
1312
+ NFTApi: ({
1313
+ methods: {
1314
+ transfer_report: {
1315
+ description: string;
1316
+ params: {
1317
+ name: string;
1318
+ type: string;
1319
+ }[];
1320
+ type: string;
1321
+ };
1322
+ validate_nft_transfer?: undefined;
1323
+ };
1324
+ version: number;
1325
+ } | {
1231
1326
  methods: {
1232
1327
  validate_nft_transfer: {
1233
1328
  description: string;
@@ -1237,9 +1332,10 @@ declare const _default: {
1237
1332
  }[];
1238
1333
  type: string;
1239
1334
  };
1335
+ transfer_report?: undefined;
1240
1336
  };
1241
1337
  version: number;
1242
- }[];
1338
+ })[];
1243
1339
  SettlementApi: {
1244
1340
  methods: {
1245
1341
  get_execute_instruction_info: {
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/polkadot/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAy5DE"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/polkadot/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAuoEE"}