@pezkuwi/types 16.5.6 → 16.5.9
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/bundle-pezkuwi-types.js +76 -74
- package/cjs/extrinsic/signedExtensions/index.js +1 -1
- package/cjs/interfaces/beefy/runtime.js +1 -1
- package/cjs/interfaces/definitions.d.ts +2 -2
- package/cjs/interfaces/definitions.js +11 -11
- package/cjs/interfaces/runtime/definitions.js +2 -0
- package/cjs/interfaces/runtime/types.d.ts +7 -0
- package/cjs/packageInfo.js +1 -1
- package/extrinsic/signedExtensions/index.js +1 -1
- package/interfaces/beefy/runtime.js +1 -1
- package/interfaces/definitions.d.ts +2 -2
- package/interfaces/definitions.js +2 -2
- package/interfaces/runtime/definitions.js +2 -0
- package/interfaces/runtime/types.d.ts +7 -0
- package/package.json +11 -10
- package/packageInfo.js +1 -1
package/bundle-pezkuwi-types.js
CHANGED
|
@@ -953,6 +953,8 @@
|
|
|
953
953
|
System: 'SystemOrigin'
|
|
954
954
|
}
|
|
955
955
|
},
|
|
956
|
+
PalletId: 'PezpalletId',
|
|
957
|
+
ParachainsInherentData: 'TeyrchainsInherentData',
|
|
956
958
|
PezpalletId: 'LockIdentifier',
|
|
957
959
|
PezpalletsOrigin: 'OriginCaller',
|
|
958
960
|
PezpalletVersion: {
|
|
@@ -1623,7 +1625,7 @@
|
|
|
1623
1625
|
params: [
|
|
1624
1626
|
{
|
|
1625
1627
|
name: 'equivocationProof',
|
|
1626
|
-
type: '
|
|
1628
|
+
type: 'BeefyEquivocationProof'
|
|
1627
1629
|
},
|
|
1628
1630
|
{
|
|
1629
1631
|
name: 'keyOwnerProof',
|
|
@@ -5401,7 +5403,30 @@
|
|
|
5401
5403
|
}
|
|
5402
5404
|
};
|
|
5403
5405
|
|
|
5406
|
+
const finalityV1 = {
|
|
5407
|
+
methods: {
|
|
5408
|
+
best_finalized: {
|
|
5409
|
+
description: 'Returns number and hash of the best finalized header known to the bridge module.',
|
|
5410
|
+
params: [],
|
|
5411
|
+
type: '(BlockNumber, Hash)'
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5414
|
+
version: 1
|
|
5415
|
+
};
|
|
5404
5416
|
const runtime$b = {
|
|
5417
|
+
DicleFinalityApi: [finalityV1],
|
|
5418
|
+
ZagrosFinalityApi: [finalityV1],
|
|
5419
|
+
PezkuwiFinalityApi: [finalityV1],
|
|
5420
|
+
PezkuwichainFinalityApi: [finalityV1]
|
|
5421
|
+
};
|
|
5422
|
+
|
|
5423
|
+
const definitions$l = {
|
|
5424
|
+
rpc: {},
|
|
5425
|
+
runtime: runtime$b,
|
|
5426
|
+
types: {}
|
|
5427
|
+
};
|
|
5428
|
+
|
|
5429
|
+
const runtime$a = {
|
|
5405
5430
|
AuraUnincludedSegmentApi: [
|
|
5406
5431
|
{
|
|
5407
5432
|
methods: {
|
|
@@ -5480,33 +5505,33 @@
|
|
|
5480
5505
|
overweightCount: 'OverweightIndex'
|
|
5481
5506
|
}
|
|
5482
5507
|
};
|
|
5483
|
-
const definitions$
|
|
5508
|
+
const definitions$k = {
|
|
5484
5509
|
rpc: {},
|
|
5485
|
-
runtime: runtime$
|
|
5510
|
+
runtime: runtime$a,
|
|
5486
5511
|
types: dmpQueue
|
|
5487
5512
|
};
|
|
5488
5513
|
|
|
5489
|
-
const
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
type: '(BlockNumber, Hash)'
|
|
5495
|
-
}
|
|
5496
|
-
},
|
|
5497
|
-
version: 1
|
|
5498
|
-
};
|
|
5499
|
-
const runtime$a = {
|
|
5500
|
-
DicleFinalityApi: [finalityV1],
|
|
5501
|
-
ZagrosFinalityApi: [finalityV1],
|
|
5502
|
-
PezkuwiFinalityApi: [finalityV1],
|
|
5503
|
-
PezkuwichainFinalityApi: [finalityV1]
|
|
5514
|
+
const definitions$j = {
|
|
5515
|
+
rpc: {},
|
|
5516
|
+
types: {
|
|
5517
|
+
Approvals: '[bool; 4]'
|
|
5518
|
+
}
|
|
5504
5519
|
};
|
|
5505
5520
|
|
|
5506
|
-
const definitions$
|
|
5521
|
+
const definitions$i = {
|
|
5507
5522
|
rpc: {},
|
|
5508
|
-
|
|
5509
|
-
|
|
5523
|
+
types: {
|
|
5524
|
+
AccountStatus: {
|
|
5525
|
+
validity: 'AccountValidity',
|
|
5526
|
+
freeBalance: 'Balance',
|
|
5527
|
+
lockedBalance: 'Balance',
|
|
5528
|
+
signature: 'Vec<u8>',
|
|
5529
|
+
vat: 'Permill'
|
|
5530
|
+
},
|
|
5531
|
+
AccountValidity: {
|
|
5532
|
+
_enum: ['Invalid', 'Initiated', 'Pending', 'ValidLow', 'ValidHigh', 'Completed']
|
|
5533
|
+
}
|
|
5534
|
+
}
|
|
5510
5535
|
};
|
|
5511
5536
|
|
|
5512
5537
|
const hrmpTypes = {
|
|
@@ -6075,7 +6100,7 @@
|
|
|
6075
6100
|
}
|
|
6076
6101
|
}
|
|
6077
6102
|
};
|
|
6078
|
-
const definitions$
|
|
6103
|
+
const definitions$h = {
|
|
6079
6104
|
rpc: {},
|
|
6080
6105
|
runtime: runtime$9,
|
|
6081
6106
|
types: {
|
|
@@ -6552,29 +6577,6 @@
|
|
|
6552
6577
|
}
|
|
6553
6578
|
};
|
|
6554
6579
|
|
|
6555
|
-
const definitions$i = {
|
|
6556
|
-
rpc: {},
|
|
6557
|
-
types: {
|
|
6558
|
-
Approvals: '[bool; 4]'
|
|
6559
|
-
}
|
|
6560
|
-
};
|
|
6561
|
-
|
|
6562
|
-
const definitions$h = {
|
|
6563
|
-
rpc: {},
|
|
6564
|
-
types: {
|
|
6565
|
-
AccountStatus: {
|
|
6566
|
-
validity: 'AccountValidity',
|
|
6567
|
-
freeBalance: 'Balance',
|
|
6568
|
-
lockedBalance: 'Balance',
|
|
6569
|
-
signature: 'Vec<u8>',
|
|
6570
|
-
vat: 'Permill'
|
|
6571
|
-
},
|
|
6572
|
-
AccountValidity: {
|
|
6573
|
-
_enum: ['Invalid', 'Initiated', 'Pending', 'ValidLow', 'ValidHigh', 'Completed']
|
|
6574
|
-
}
|
|
6575
|
-
}
|
|
6576
|
-
};
|
|
6577
|
-
|
|
6578
6580
|
const runtime$8 = {
|
|
6579
6581
|
DryRunApi: [
|
|
6580
6582
|
{
|
|
@@ -15198,7 +15200,7 @@
|
|
|
15198
15200
|
eth: definitions$b,
|
|
15199
15201
|
evm: definitions$V,
|
|
15200
15202
|
extrinsics: definitions$U,
|
|
15201
|
-
finality: definitions$
|
|
15203
|
+
finality: definitions$l,
|
|
15202
15204
|
fungibles: definitions$T,
|
|
15203
15205
|
genericAsset: definitions$S,
|
|
15204
15206
|
genesisBuilder: definitions$R,
|
|
@@ -15218,11 +15220,11 @@
|
|
|
15218
15220
|
ormlOracle: definitions$9,
|
|
15219
15221
|
ormlTokens: definitions$8,
|
|
15220
15222
|
payment: definitions$2,
|
|
15221
|
-
pezcumulus: definitions$
|
|
15222
|
-
poll: definitions$
|
|
15223
|
+
pezcumulus: definitions$k,
|
|
15224
|
+
poll: definitions$j,
|
|
15223
15225
|
pow: definitions$G,
|
|
15224
15226
|
proxy: definitions$F,
|
|
15225
|
-
purchase: definitions$
|
|
15227
|
+
purchase: definitions$i,
|
|
15226
15228
|
recovery: definitions$E,
|
|
15227
15229
|
rpc: definitions$7,
|
|
15228
15230
|
runtime: definitions$1c,
|
|
@@ -15236,7 +15238,7 @@
|
|
|
15236
15238
|
support: definitions$y,
|
|
15237
15239
|
syncstate: definitions$x,
|
|
15238
15240
|
system: definitions$w,
|
|
15239
|
-
teyrchains: definitions$
|
|
15241
|
+
teyrchains: definitions$h,
|
|
15240
15242
|
treasury: definitions$v,
|
|
15241
15243
|
txpayment: definitions$u,
|
|
15242
15244
|
txqueue: definitions$t,
|
|
@@ -16114,7 +16116,7 @@
|
|
|
16114
16116
|
}));
|
|
16115
16117
|
}
|
|
16116
16118
|
|
|
16117
|
-
const packageInfo = { name: '@pezkuwi/types', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.
|
|
16119
|
+
const packageInfo = { name: '@pezkuwi/types', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.9' };
|
|
16118
16120
|
|
|
16119
16121
|
function flattenUniq(list, result = []) {
|
|
16120
16122
|
for (let i = 0, count = list.length; i < count; i++) {
|
|
@@ -16295,29 +16297,6 @@
|
|
|
16295
16297
|
payload: {}
|
|
16296
16298
|
};
|
|
16297
16299
|
|
|
16298
|
-
const pezkuwi = {
|
|
16299
|
-
LimitParathreadCommits: emptyCheck,
|
|
16300
|
-
OnlyStakingAndClaims: emptyCheck,
|
|
16301
|
-
PrevalidateAttests: emptyCheck,
|
|
16302
|
-
RestrictFunctionality: emptyCheck,
|
|
16303
|
-
TransactionCallFilter: emptyCheck,
|
|
16304
|
-
ValidateDoubleVoteReports: emptyCheck
|
|
16305
|
-
};
|
|
16306
|
-
|
|
16307
|
-
const shell = {
|
|
16308
|
-
DisallowSigned: emptyCheck
|
|
16309
|
-
};
|
|
16310
|
-
|
|
16311
|
-
const statemint = {
|
|
16312
|
-
ChargeAssetTxPayment: {
|
|
16313
|
-
extrinsic: {
|
|
16314
|
-
tip: 'Compact<Balance>',
|
|
16315
|
-
assetId: 'TAssetConversion'
|
|
16316
|
-
},
|
|
16317
|
-
payload: {}
|
|
16318
|
-
}
|
|
16319
|
-
};
|
|
16320
|
-
|
|
16321
16300
|
const CheckMetadataHash = {
|
|
16322
16301
|
extrinsic: {
|
|
16323
16302
|
mode: 'u8'
|
|
@@ -16384,6 +16363,29 @@
|
|
|
16384
16363
|
WeightReclaim: emptyCheck
|
|
16385
16364
|
};
|
|
16386
16365
|
|
|
16366
|
+
const pezkuwi = {
|
|
16367
|
+
LimitParathreadCommits: emptyCheck,
|
|
16368
|
+
OnlyStakingAndClaims: emptyCheck,
|
|
16369
|
+
PrevalidateAttests: emptyCheck,
|
|
16370
|
+
RestrictFunctionality: emptyCheck,
|
|
16371
|
+
TransactionCallFilter: emptyCheck,
|
|
16372
|
+
ValidateDoubleVoteReports: emptyCheck
|
|
16373
|
+
};
|
|
16374
|
+
|
|
16375
|
+
const shell = {
|
|
16376
|
+
DisallowSigned: emptyCheck
|
|
16377
|
+
};
|
|
16378
|
+
|
|
16379
|
+
const statemint = {
|
|
16380
|
+
ChargeAssetTxPayment: {
|
|
16381
|
+
extrinsic: {
|
|
16382
|
+
tip: 'Compact<Balance>',
|
|
16383
|
+
assetId: 'TAssetConversion'
|
|
16384
|
+
},
|
|
16385
|
+
payload: {}
|
|
16386
|
+
}
|
|
16387
|
+
};
|
|
16388
|
+
|
|
16387
16389
|
const allExtensions = util.objectSpread({}, bizinikiwi$1, pezkuwi, shell, statemint);
|
|
16388
16390
|
const fallbackExtensions = [
|
|
16389
16391
|
'CheckVersion',
|
|
@@ -4,10 +4,10 @@ exports.fallbackExtensions = exports.allExtensions = void 0;
|
|
|
4
4
|
exports.findUnknownExtensions = findUnknownExtensions;
|
|
5
5
|
exports.expandExtensionTypes = expandExtensionTypes;
|
|
6
6
|
const util_1 = require("@pezkuwi/util");
|
|
7
|
+
const bizinikiwi_js_1 = require("./bizinikiwi.js");
|
|
7
8
|
const pezkuwi_js_1 = require("./pezkuwi.js");
|
|
8
9
|
const shell_js_1 = require("./shell.js");
|
|
9
10
|
const statemint_js_1 = require("./statemint.js");
|
|
10
|
-
const bizinikiwi_js_1 = require("./bizinikiwi.js");
|
|
11
11
|
exports.allExtensions = (0, util_1.objectSpread)({}, bizinikiwi_js_1.bizinikiwi, pezkuwi_js_1.pezkuwi, shell_js_1.shell, statemint_js_1.statemint);
|
|
12
12
|
exports.fallbackExtensions = [
|
|
13
13
|
'CheckVersion',
|
|
@@ -52,11 +52,11 @@ export { default as attestations } from './attestations/definitions.js';
|
|
|
52
52
|
export { default as bridges } from './bridges/definitions.js';
|
|
53
53
|
export { default as claims } from './claims/definitions.js';
|
|
54
54
|
export { default as crowdloan } from './crowdloan/definitions.js';
|
|
55
|
-
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
56
55
|
export { default as finality } from './finality/definitions.js';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
58
57
|
export { default as poll } from './poll/definitions.js';
|
|
59
58
|
export { default as purchase } from './purchase/definitions.js';
|
|
59
|
+
export { default as teyrchains } from './teyrchains/definitions.js';
|
|
60
60
|
export { default as dryRunApi } from './dryRunApi/definitions.js';
|
|
61
61
|
export { default as xcm } from './xcm/definitions.js';
|
|
62
62
|
export { default as xcmPaymentApi } from './xcmPaymentApi/definitions.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.attestations = exports.vesting = exports.utility = exports.uniques = exports.txqueue = exports.txpayment = exports.treasury = exports.system = exports.syncstate = exports.support = exports.statement = exports.staking = exports.society = exports.session = exports.scheduler = exports.recovery = exports.proxy = exports.pow = exports.offences = exports.nompools = exports.nfts = exports.mmr = exports.mixnet = exports.lottery = exports.imOnline = exports.identity = exports.grandpa = exports.gilt = exports.genesisBuilder = exports.genericAsset = exports.fungibles = exports.extrinsics = exports.evm = exports.engine = exports.elections = exports.discovery = exports.dev = exports.democracy = exports.contracts = exports.consensus = exports.collective = exports.blockbuilder = exports.benchmark = exports.beefy = exports.balances = exports.babe = exports.authorship = exports.aura = exports.assets = exports.assetConversion = void 0;
|
|
4
|
-
exports.state = exports.payment = exports.offchain = exports.childstate = exports.chain = exports.author = exports.rpc = exports.ormlTokens = exports.ormlOracle = exports.nimbus = exports.eth = exports.contractsAbi = exports.xcmRuntimeApi = exports.xcmPaymentApi = exports.xcm = exports.dryRunApi = exports.
|
|
4
|
+
exports.state = exports.payment = exports.offchain = exports.childstate = exports.chain = exports.author = exports.rpc = exports.ormlTokens = exports.ormlOracle = exports.nimbus = exports.eth = exports.contractsAbi = exports.xcmRuntimeApi = exports.xcmPaymentApi = exports.xcm = exports.dryRunApi = exports.teyrchains = exports.purchase = exports.poll = exports.pezcumulus = exports.finality = exports.crowdloan = exports.claims = exports.bridges = void 0;
|
|
5
5
|
const tslib_1 = require("tslib");
|
|
6
6
|
tslib_1.__exportStar(require("./essentials.js"), exports);
|
|
7
7
|
var definitions_js_1 = require("./assetConversion/definitions.js");
|
|
@@ -110,16 +110,16 @@ var definitions_js_52 = require("./claims/definitions.js");
|
|
|
110
110
|
Object.defineProperty(exports, "claims", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_52).default; } });
|
|
111
111
|
var definitions_js_53 = require("./crowdloan/definitions.js");
|
|
112
112
|
Object.defineProperty(exports, "crowdloan", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_53).default; } });
|
|
113
|
-
var definitions_js_54 = require("./
|
|
114
|
-
Object.defineProperty(exports, "
|
|
115
|
-
var definitions_js_55 = require("./
|
|
116
|
-
Object.defineProperty(exports, "
|
|
117
|
-
var definitions_js_56 = require("./
|
|
118
|
-
Object.defineProperty(exports, "
|
|
119
|
-
var definitions_js_57 = require("./
|
|
120
|
-
Object.defineProperty(exports, "
|
|
121
|
-
var definitions_js_58 = require("./
|
|
122
|
-
Object.defineProperty(exports, "
|
|
113
|
+
var definitions_js_54 = require("./finality/definitions.js");
|
|
114
|
+
Object.defineProperty(exports, "finality", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_54).default; } });
|
|
115
|
+
var definitions_js_55 = require("./pezcumulus/definitions.js");
|
|
116
|
+
Object.defineProperty(exports, "pezcumulus", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_55).default; } });
|
|
117
|
+
var definitions_js_56 = require("./poll/definitions.js");
|
|
118
|
+
Object.defineProperty(exports, "poll", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_56).default; } });
|
|
119
|
+
var definitions_js_57 = require("./purchase/definitions.js");
|
|
120
|
+
Object.defineProperty(exports, "purchase", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_57).default; } });
|
|
121
|
+
var definitions_js_58 = require("./teyrchains/definitions.js");
|
|
122
|
+
Object.defineProperty(exports, "teyrchains", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_58).default; } });
|
|
123
123
|
var definitions_js_59 = require("./dryRunApi/definitions.js");
|
|
124
124
|
Object.defineProperty(exports, "dryRunApi", { enumerable: true, get: function () { return tslib_1.__importDefault(definitions_js_59).default; } });
|
|
125
125
|
var definitions_js_60 = require("./xcm/definitions.js");
|
|
@@ -4,6 +4,7 @@ import type { ITuple } from '@pezkuwi/types-codec/types';
|
|
|
4
4
|
import type { AuthorityId } from '@pezkuwi/types/interfaces/consensus';
|
|
5
5
|
import type { Signature } from '@pezkuwi/types/interfaces/extrinsics';
|
|
6
6
|
import type { Event, SystemOrigin } from '@pezkuwi/types/interfaces/system';
|
|
7
|
+
import type { TeyrchainsInherentData } from '@pezkuwi/types/interfaces/teyrchains';
|
|
7
8
|
/** @name AccountId */
|
|
8
9
|
export interface AccountId extends AccountId32 {
|
|
9
10
|
}
|
|
@@ -239,6 +240,12 @@ export interface OriginCaller extends Enum {
|
|
|
239
240
|
readonly asSystem: SystemOrigin;
|
|
240
241
|
readonly type: 'System';
|
|
241
242
|
}
|
|
243
|
+
/** @name PalletId */
|
|
244
|
+
export interface PalletId extends PezpalletId {
|
|
245
|
+
}
|
|
246
|
+
/** @name ParachainsInherentData */
|
|
247
|
+
export interface ParachainsInherentData extends TeyrchainsInherentData {
|
|
248
|
+
}
|
|
242
249
|
/** @name Pays */
|
|
243
250
|
export interface Pays extends Enum {
|
|
244
251
|
readonly isYes: boolean;
|
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@pezkuwi/types', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/types', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.9' };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { objectSpread } from '@pezkuwi/util';
|
|
2
|
+
import { bizinikiwi } from './bizinikiwi.js';
|
|
2
3
|
import { pezkuwi } from './pezkuwi.js';
|
|
3
4
|
import { shell } from './shell.js';
|
|
4
5
|
import { statemint } from './statemint.js';
|
|
5
|
-
import { bizinikiwi } from './bizinikiwi.js';
|
|
6
6
|
export const allExtensions = objectSpread({}, bizinikiwi, pezkuwi, shell, statemint);
|
|
7
7
|
export const fallbackExtensions = [
|
|
8
8
|
'CheckVersion',
|
|
@@ -52,11 +52,11 @@ export { default as attestations } from './attestations/definitions.js';
|
|
|
52
52
|
export { default as bridges } from './bridges/definitions.js';
|
|
53
53
|
export { default as claims } from './claims/definitions.js';
|
|
54
54
|
export { default as crowdloan } from './crowdloan/definitions.js';
|
|
55
|
-
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
56
55
|
export { default as finality } from './finality/definitions.js';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
58
57
|
export { default as poll } from './poll/definitions.js';
|
|
59
58
|
export { default as purchase } from './purchase/definitions.js';
|
|
59
|
+
export { default as teyrchains } from './teyrchains/definitions.js';
|
|
60
60
|
export { default as dryRunApi } from './dryRunApi/definitions.js';
|
|
61
61
|
export { default as xcm } from './xcm/definitions.js';
|
|
62
62
|
export { default as xcmPaymentApi } from './xcmPaymentApi/definitions.js';
|
|
@@ -52,11 +52,11 @@ export { default as attestations } from './attestations/definitions.js';
|
|
|
52
52
|
export { default as bridges } from './bridges/definitions.js';
|
|
53
53
|
export { default as claims } from './claims/definitions.js';
|
|
54
54
|
export { default as crowdloan } from './crowdloan/definitions.js';
|
|
55
|
-
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
56
55
|
export { default as finality } from './finality/definitions.js';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as pezcumulus } from './pezcumulus/definitions.js';
|
|
58
57
|
export { default as poll } from './poll/definitions.js';
|
|
59
58
|
export { default as purchase } from './purchase/definitions.js';
|
|
59
|
+
export { default as teyrchains } from './teyrchains/definitions.js';
|
|
60
60
|
export { default as dryRunApi } from './dryRunApi/definitions.js';
|
|
61
61
|
export { default as xcm } from './xcm/definitions.js';
|
|
62
62
|
export { default as xcmPaymentApi } from './xcmPaymentApi/definitions.js';
|
|
@@ -4,6 +4,7 @@ import type { ITuple } from '@pezkuwi/types-codec/types';
|
|
|
4
4
|
import type { AuthorityId } from '@pezkuwi/types/interfaces/consensus';
|
|
5
5
|
import type { Signature } from '@pezkuwi/types/interfaces/extrinsics';
|
|
6
6
|
import type { Event, SystemOrigin } from '@pezkuwi/types/interfaces/system';
|
|
7
|
+
import type { TeyrchainsInherentData } from '@pezkuwi/types/interfaces/teyrchains';
|
|
7
8
|
/** @name AccountId */
|
|
8
9
|
export interface AccountId extends AccountId32 {
|
|
9
10
|
}
|
|
@@ -239,6 +240,12 @@ export interface OriginCaller extends Enum {
|
|
|
239
240
|
readonly asSystem: SystemOrigin;
|
|
240
241
|
readonly type: 'System';
|
|
241
242
|
}
|
|
243
|
+
/** @name PalletId */
|
|
244
|
+
export interface PalletId extends PezpalletId {
|
|
245
|
+
}
|
|
246
|
+
/** @name ParachainsInherentData */
|
|
247
|
+
export interface ParachainsInherentData extends TeyrchainsInherentData {
|
|
248
|
+
}
|
|
242
249
|
/** @name Pays */
|
|
243
250
|
export interface Pays extends Enum {
|
|
244
251
|
readonly isYes: boolean;
|
package/package.json
CHANGED
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
22
|
-
"main": "./cjs/index.js",
|
|
23
|
-
"module": "./index.js",
|
|
24
|
-
"types": "./index.d.ts",
|
|
21
|
+
"version": "16.5.9",
|
|
22
|
+
"main": "./cjs/build/cjs/index.js",
|
|
23
|
+
"module": "./build/cjs/index.js",
|
|
24
|
+
"types": "./build/cjs/index.d.ts",
|
|
25
25
|
"exports": {
|
|
26
26
|
"./cjs/package.json": "./cjs/package.json",
|
|
27
27
|
"./cjs/*": "./cjs/*.js",
|
|
@@ -5926,12 +5926,13 @@
|
|
|
5926
5926
|
}
|
|
5927
5927
|
},
|
|
5928
5928
|
"dependencies": {
|
|
5929
|
-
"@pezkuwi/keyring": "
|
|
5930
|
-
"@pezkuwi/types-augment": "16.5.
|
|
5931
|
-
"@pezkuwi/types-codec": "16.5.
|
|
5932
|
-
"@pezkuwi/types-create": "16.5.
|
|
5933
|
-
"@pezkuwi/
|
|
5934
|
-
"@pezkuwi/util
|
|
5929
|
+
"@pezkuwi/keyring": "14.0.11",
|
|
5930
|
+
"@pezkuwi/types-augment": "16.5.9",
|
|
5931
|
+
"@pezkuwi/types-codec": "16.5.9",
|
|
5932
|
+
"@pezkuwi/types-create": "16.5.9",
|
|
5933
|
+
"@pezkuwi/types-support": "16.5.9",
|
|
5934
|
+
"@pezkuwi/util": "14.0.11",
|
|
5935
|
+
"@pezkuwi/util-crypto": "14.0.11",
|
|
5935
5936
|
"rxjs": "^7.8.1",
|
|
5936
5937
|
"tslib": "^2.8.1"
|
|
5937
5938
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/types', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/types', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.9' };
|