@lidofinance/lido-csm-sdk 2.0.0-alpha.45 → 2.0.0-alpha.46
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/dist/common/constants/contract-names.cjs +1 -1
- package/dist/common/constants/contract-names.cjs.map +1 -1
- package/dist/common/constants/contract-names.d.cts +1 -1
- package/dist/common/constants/contract-names.d.cts.map +1 -1
- package/dist/common/constants/contract-names.d.mts +1 -1
- package/dist/common/constants/contract-names.d.mts.map +1 -1
- package/dist/common/constants/contract-names.mjs +1 -1
- package/dist/common/constants/contract-names.mjs.map +1 -1
- package/dist/core-sdk/core-sdk.d.cts +6 -6
- package/dist/core-sdk/core-sdk.d.mts +6 -6
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract-names.cjs","names":["CONTRACT_NAMES"],"sources":["../../../src/common/constants/contract-names.ts"],"sourcesContent":["import { TOKENS } from './tokens';\n\nexport enum CONTRACT_NAMES {\n // Common Lido contracts\n stakingRouter = 'stakingRouter',\n validatorsExitBusOracle = 'validatorsExitBusOracle',\n withdrawalVault = 'withdrawalVault',\n lidoRewardsVault = 'lidoRewardsVault',\n stETH = TOKENS.steth,\n wstETH = TOKENS.wsteth,\n\n // Module contracts (used by both CSM and CM)\n accounting = 'accounting',\n ejector = 'ejector',\n exitPenalties = 'exitPenalties',\n feeDistributor = 'feeDistributor',\n feeOracle = 'feeOracle',\n parametersRegistry = 'parametersRegistry',\n validatorStrikes = 'validatorStrikes',\n verifier = 'verifier',\n hashConsensus = 'hashConsensus',\n smDiscovery = 'smDiscovery',\n\n // CSM-specific\n csModule = 'csModule',\n permissionlessGate = 'permissionlessGate',\n vettedGate = 'vettedGate',\n\n // CM-specific\n curatedModule = 'curatedModule',\n metaRegistry = 'metaRegistry',\n curatedGatePTO = 'curatedGatePTO',\n curatedGatePO = 'curatedGatePO',\n curatedGatePGO = 'curatedGatePGO',\n curatedGateDO = 'curatedGateDO',\n curatedGateMODC = 'curatedGateMODC',\n curatedGateIODC = 'curatedGateIODC',\n curatedGateIODCP = 'curatedGateIODCP',\n}\n\nexport const CURATED_GATES = [\n CONTRACT_NAMES.
|
|
1
|
+
{"version":3,"file":"contract-names.cjs","names":["CONTRACT_NAMES"],"sources":["../../../src/common/constants/contract-names.ts"],"sourcesContent":["import { TOKENS } from './tokens';\n\nexport enum CONTRACT_NAMES {\n // Common Lido contracts\n stakingRouter = 'stakingRouter',\n validatorsExitBusOracle = 'validatorsExitBusOracle',\n withdrawalVault = 'withdrawalVault',\n lidoRewardsVault = 'lidoRewardsVault',\n stETH = TOKENS.steth,\n wstETH = TOKENS.wsteth,\n\n // Module contracts (used by both CSM and CM)\n accounting = 'accounting',\n ejector = 'ejector',\n exitPenalties = 'exitPenalties',\n feeDistributor = 'feeDistributor',\n feeOracle = 'feeOracle',\n parametersRegistry = 'parametersRegistry',\n validatorStrikes = 'validatorStrikes',\n verifier = 'verifier',\n hashConsensus = 'hashConsensus',\n smDiscovery = 'smDiscovery',\n\n // CSM-specific\n csModule = 'csModule',\n permissionlessGate = 'permissionlessGate',\n vettedGate = 'vettedGate',\n\n // CM-specific\n curatedModule = 'curatedModule',\n metaRegistry = 'metaRegistry',\n curatedGatePTO = 'curatedGatePTO',\n curatedGatePO = 'curatedGatePO',\n curatedGatePGO = 'curatedGatePGO',\n curatedGateDO = 'curatedGateDO',\n curatedGateMODC = 'curatedGateMODC',\n curatedGateIODC = 'curatedGateIODC',\n curatedGateIODCP = 'curatedGateIODCP',\n}\n\nexport const CURATED_GATES = [\n CONTRACT_NAMES.curatedGatePO,\n CONTRACT_NAMES.curatedGatePTO,\n CONTRACT_NAMES.curatedGatePGO,\n CONTRACT_NAMES.curatedGateDO,\n CONTRACT_NAMES.curatedGateMODC,\n CONTRACT_NAMES.curatedGateIODC,\n CONTRACT_NAMES.curatedGateIODCP,\n] as const;\n\nexport type CURATED_GATES = (typeof CURATED_GATES)[number];\n\nexport const SUPPORTED_CONTRACT_VERSIONS: Partial<\n Record<CONTRACT_NAMES, readonly [min: bigint, max: bigint]>\n> = {\n [CONTRACT_NAMES.accounting]: [3n, 3n],\n [CONTRACT_NAMES.feeDistributor]: [3n, 3n],\n [CONTRACT_NAMES.parametersRegistry]: [1n, 1n],\n [CONTRACT_NAMES.validatorStrikes]: [1n, 1n],\n [CONTRACT_NAMES.csModule]: [3n, 3n],\n [CONTRACT_NAMES.vettedGate]: [1n, 1n],\n [CONTRACT_NAMES.curatedModule]: [1n, 1n],\n};\n"],"mappings":";;AAEO,IAAK,mBAAAA,oBAAL;AAELA,iBAAA,mBAAgB;AAChBA,iBAAA,6BAA0B;AAC1BA,iBAAA,qBAAkB;AAClBA,iBAAA,sBAAmB;AACnBA,iBAAAA,gBAAA,WAAQ,eAAA,OAAO,SAAf;AACAA,iBAAAA,gBAAA,YAAS,eAAA,OAAO,UAAhB;AAGAA,iBAAA,gBAAa;AACbA,iBAAA,aAAU;AACVA,iBAAA,mBAAgB;AAChBA,iBAAA,oBAAiB;AACjBA,iBAAA,eAAY;AACZA,iBAAA,wBAAqB;AACrBA,iBAAA,sBAAmB;AACnBA,iBAAA,cAAW;AACXA,iBAAA,mBAAgB;AAChBA,iBAAA,iBAAc;AAGdA,iBAAA,cAAW;AACXA,iBAAA,wBAAqB;AACrBA,iBAAA,gBAAa;AAGbA,iBAAA,mBAAgB;AAChBA,iBAAA,kBAAe;AACfA,iBAAA,oBAAiB;AACjBA,iBAAA,mBAAgB;AAChBA,iBAAA,oBAAiB;AACjBA,iBAAA,mBAAgB;AAChBA,iBAAA,qBAAkB;AAClBA,iBAAA,qBAAkB;AAClBA,iBAAA,sBAAmB;AAnCT,QAAAA;GAAA,kBAAA,EAAA,CAAA;AAsCL,MAAM,gBAAgB;CAC3B;CACA;CACA;CACA;CACA;CACA;CACA;CACF;AAIO,MAAM,8BAET;EACD,eAA4B,CAAC,IAAI,GAAE;EACnC,mBAAgC,CAAC,IAAI,GAAE;EACvC,uBAAoC,CAAC,IAAI,GAAE;EAC3C,qBAAkC,CAAC,IAAI,GAAE;EACzC,aAA0B,CAAC,IAAI,GAAE;EACjC,eAA4B,CAAC,IAAI,GAAE;EACnC,kBAA+B,CAAC,IAAI,GAAE;CACzC"}
|
|
@@ -29,7 +29,7 @@ declare enum CONTRACT_NAMES {
|
|
|
29
29
|
curatedGateIODC = "curatedGateIODC",
|
|
30
30
|
curatedGateIODCP = "curatedGateIODCP"
|
|
31
31
|
}
|
|
32
|
-
declare const CURATED_GATES: readonly [CONTRACT_NAMES.
|
|
32
|
+
declare const CURATED_GATES: readonly [CONTRACT_NAMES.curatedGatePO, CONTRACT_NAMES.curatedGatePTO, CONTRACT_NAMES.curatedGatePGO, CONTRACT_NAMES.curatedGateDO, CONTRACT_NAMES.curatedGateMODC, CONTRACT_NAMES.curatedGateIODC, CONTRACT_NAMES.curatedGateIODCP];
|
|
33
33
|
type CURATED_GATES = (typeof CURATED_GATES)[number];
|
|
34
34
|
declare const SUPPORTED_CONTRACT_VERSIONS: Partial<Record<CONTRACT_NAMES, readonly [min: bigint, max: bigint]>>;
|
|
35
35
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract-names.d.cts","names":[],"sources":["../../../src/common/constants/contract-names.ts"],"mappings":";aAEY,cAAA;EAEV,aAAA;EACA,uBAAA;EACA,eAAA;EACA,gBAAA;EACA,KAAA;EACA,MAAA;EAGA,UAAA;EACA,OAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,gBAAA;EACA,QAAA;EACA,aAAA;EACA,WAAA;EAGA,QAAA;EACA,kBAAA;EACA,UAAA;EAGA,aAAA;EACA,YAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,eAAA;EACA,eAAA;EACA,gBAAA;AAAA;AAAA,cAGW,aAAA,YAAa,cAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"contract-names.d.cts","names":[],"sources":["../../../src/common/constants/contract-names.ts"],"mappings":";aAEY,cAAA;EAEV,aAAA;EACA,uBAAA;EACA,eAAA;EACA,gBAAA;EACA,KAAA;EACA,MAAA;EAGA,UAAA;EACA,OAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,gBAAA;EACA,QAAA;EACA,aAAA;EACA,WAAA;EAGA,QAAA;EACA,kBAAA;EACA,UAAA;EAGA,aAAA;EACA,YAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,eAAA;EACA,eAAA;EACA,gBAAA;AAAA;AAAA,cAGW,aAAA,YAAa,cAAA,CAAA,aAAA,EAAA,cAAA,CAAA,cAAA,EAAA,cAAA,CAAA,cAAA,EAAA,cAAA,CAAA,aAAA,EAAA,cAAA,CAAA,eAAA,EAAA,cAAA,CAAA,eAAA,EAAA,cAAA,CAAA,gBAAA;AAAA,KAUd,aAAA,WAAwB,aAAA;AAAA,cAEvB,2BAAA,EAA6B,OAAA,CACxC,MAAA,CAAO,cAAA,YAA0B,GAAA,UAAa,GAAA"}
|
|
@@ -29,7 +29,7 @@ declare enum CONTRACT_NAMES {
|
|
|
29
29
|
curatedGateIODC = "curatedGateIODC",
|
|
30
30
|
curatedGateIODCP = "curatedGateIODCP"
|
|
31
31
|
}
|
|
32
|
-
declare const CURATED_GATES: readonly [CONTRACT_NAMES.
|
|
32
|
+
declare const CURATED_GATES: readonly [CONTRACT_NAMES.curatedGatePO, CONTRACT_NAMES.curatedGatePTO, CONTRACT_NAMES.curatedGatePGO, CONTRACT_NAMES.curatedGateDO, CONTRACT_NAMES.curatedGateMODC, CONTRACT_NAMES.curatedGateIODC, CONTRACT_NAMES.curatedGateIODCP];
|
|
33
33
|
type CURATED_GATES = (typeof CURATED_GATES)[number];
|
|
34
34
|
declare const SUPPORTED_CONTRACT_VERSIONS: Partial<Record<CONTRACT_NAMES, readonly [min: bigint, max: bigint]>>;
|
|
35
35
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract-names.d.mts","names":[],"sources":["../../../src/common/constants/contract-names.ts"],"mappings":";aAEY,cAAA;EAEV,aAAA;EACA,uBAAA;EACA,eAAA;EACA,gBAAA;EACA,KAAA;EACA,MAAA;EAGA,UAAA;EACA,OAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,gBAAA;EACA,QAAA;EACA,aAAA;EACA,WAAA;EAGA,QAAA;EACA,kBAAA;EACA,UAAA;EAGA,aAAA;EACA,YAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,eAAA;EACA,eAAA;EACA,gBAAA;AAAA;AAAA,cAGW,aAAA,YAAa,cAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"contract-names.d.mts","names":[],"sources":["../../../src/common/constants/contract-names.ts"],"mappings":";aAEY,cAAA;EAEV,aAAA;EACA,uBAAA;EACA,eAAA;EACA,gBAAA;EACA,KAAA;EACA,MAAA;EAGA,UAAA;EACA,OAAA;EACA,aAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,gBAAA;EACA,QAAA;EACA,aAAA;EACA,WAAA;EAGA,QAAA;EACA,kBAAA;EACA,UAAA;EAGA,aAAA;EACA,YAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,eAAA;EACA,eAAA;EACA,gBAAA;AAAA;AAAA,cAGW,aAAA,YAAa,cAAA,CAAA,aAAA,EAAA,cAAA,CAAA,cAAA,EAAA,cAAA,CAAA,cAAA,EAAA,cAAA,CAAA,aAAA,EAAA,cAAA,CAAA,eAAA,EAAA,cAAA,CAAA,eAAA,EAAA,cAAA,CAAA,gBAAA;AAAA,KAUd,aAAA,WAAwB,aAAA;AAAA,cAEvB,2BAAA,EAA6B,OAAA,CACxC,MAAA,CAAO,cAAA,YAA0B,GAAA,UAAa,GAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contract-names.mjs","names":["CONTRACT_NAMES"],"sources":["../../../src/common/constants/contract-names.ts"],"sourcesContent":["import { TOKENS } from './tokens';\n\nexport enum CONTRACT_NAMES {\n // Common Lido contracts\n stakingRouter = 'stakingRouter',\n validatorsExitBusOracle = 'validatorsExitBusOracle',\n withdrawalVault = 'withdrawalVault',\n lidoRewardsVault = 'lidoRewardsVault',\n stETH = TOKENS.steth,\n wstETH = TOKENS.wsteth,\n\n // Module contracts (used by both CSM and CM)\n accounting = 'accounting',\n ejector = 'ejector',\n exitPenalties = 'exitPenalties',\n feeDistributor = 'feeDistributor',\n feeOracle = 'feeOracle',\n parametersRegistry = 'parametersRegistry',\n validatorStrikes = 'validatorStrikes',\n verifier = 'verifier',\n hashConsensus = 'hashConsensus',\n smDiscovery = 'smDiscovery',\n\n // CSM-specific\n csModule = 'csModule',\n permissionlessGate = 'permissionlessGate',\n vettedGate = 'vettedGate',\n\n // CM-specific\n curatedModule = 'curatedModule',\n metaRegistry = 'metaRegistry',\n curatedGatePTO = 'curatedGatePTO',\n curatedGatePO = 'curatedGatePO',\n curatedGatePGO = 'curatedGatePGO',\n curatedGateDO = 'curatedGateDO',\n curatedGateMODC = 'curatedGateMODC',\n curatedGateIODC = 'curatedGateIODC',\n curatedGateIODCP = 'curatedGateIODCP',\n}\n\nexport const CURATED_GATES = [\n CONTRACT_NAMES.
|
|
1
|
+
{"version":3,"file":"contract-names.mjs","names":["CONTRACT_NAMES"],"sources":["../../../src/common/constants/contract-names.ts"],"sourcesContent":["import { TOKENS } from './tokens';\n\nexport enum CONTRACT_NAMES {\n // Common Lido contracts\n stakingRouter = 'stakingRouter',\n validatorsExitBusOracle = 'validatorsExitBusOracle',\n withdrawalVault = 'withdrawalVault',\n lidoRewardsVault = 'lidoRewardsVault',\n stETH = TOKENS.steth,\n wstETH = TOKENS.wsteth,\n\n // Module contracts (used by both CSM and CM)\n accounting = 'accounting',\n ejector = 'ejector',\n exitPenalties = 'exitPenalties',\n feeDistributor = 'feeDistributor',\n feeOracle = 'feeOracle',\n parametersRegistry = 'parametersRegistry',\n validatorStrikes = 'validatorStrikes',\n verifier = 'verifier',\n hashConsensus = 'hashConsensus',\n smDiscovery = 'smDiscovery',\n\n // CSM-specific\n csModule = 'csModule',\n permissionlessGate = 'permissionlessGate',\n vettedGate = 'vettedGate',\n\n // CM-specific\n curatedModule = 'curatedModule',\n metaRegistry = 'metaRegistry',\n curatedGatePTO = 'curatedGatePTO',\n curatedGatePO = 'curatedGatePO',\n curatedGatePGO = 'curatedGatePGO',\n curatedGateDO = 'curatedGateDO',\n curatedGateMODC = 'curatedGateMODC',\n curatedGateIODC = 'curatedGateIODC',\n curatedGateIODCP = 'curatedGateIODCP',\n}\n\nexport const CURATED_GATES = [\n CONTRACT_NAMES.curatedGatePO,\n CONTRACT_NAMES.curatedGatePTO,\n CONTRACT_NAMES.curatedGatePGO,\n CONTRACT_NAMES.curatedGateDO,\n CONTRACT_NAMES.curatedGateMODC,\n CONTRACT_NAMES.curatedGateIODC,\n CONTRACT_NAMES.curatedGateIODCP,\n] as const;\n\nexport type CURATED_GATES = (typeof CURATED_GATES)[number];\n\nexport const SUPPORTED_CONTRACT_VERSIONS: Partial<\n Record<CONTRACT_NAMES, readonly [min: bigint, max: bigint]>\n> = {\n [CONTRACT_NAMES.accounting]: [3n, 3n],\n [CONTRACT_NAMES.feeDistributor]: [3n, 3n],\n [CONTRACT_NAMES.parametersRegistry]: [1n, 1n],\n [CONTRACT_NAMES.validatorStrikes]: [1n, 1n],\n [CONTRACT_NAMES.csModule]: [3n, 3n],\n [CONTRACT_NAMES.vettedGate]: [1n, 1n],\n [CONTRACT_NAMES.curatedModule]: [1n, 1n],\n};\n"],"mappings":";;AAEO,IAAK,mBAAAA,oBAAL;AAELA,iBAAA,mBAAgB;AAChBA,iBAAA,6BAA0B;AAC1BA,iBAAA,qBAAkB;AAClBA,iBAAA,sBAAmB;AACnBA,iBAAAA,gBAAA,WAAQ,OAAO,SAAf;AACAA,iBAAAA,gBAAA,YAAS,OAAO,UAAhB;AAGAA,iBAAA,gBAAa;AACbA,iBAAA,aAAU;AACVA,iBAAA,mBAAgB;AAChBA,iBAAA,oBAAiB;AACjBA,iBAAA,eAAY;AACZA,iBAAA,wBAAqB;AACrBA,iBAAA,sBAAmB;AACnBA,iBAAA,cAAW;AACXA,iBAAA,mBAAgB;AAChBA,iBAAA,iBAAc;AAGdA,iBAAA,cAAW;AACXA,iBAAA,wBAAqB;AACrBA,iBAAA,gBAAa;AAGbA,iBAAA,mBAAgB;AAChBA,iBAAA,kBAAe;AACfA,iBAAA,oBAAiB;AACjBA,iBAAA,mBAAgB;AAChBA,iBAAA,oBAAiB;AACjBA,iBAAA,mBAAgB;AAChBA,iBAAA,qBAAkB;AAClBA,iBAAA,qBAAkB;AAClBA,iBAAA,sBAAmB;AAnCT,QAAAA;GAAA,kBAAA,EAAA,CAAA;AAsCL,MAAM,gBAAgB;CAC3B;CACA;CACA;CACA;CACA;CACA;CACA;CACF;AAIO,MAAM,8BAET;EACD,eAA4B,CAAC,IAAI,GAAE;EACnC,mBAAgC,CAAC,IAAI,GAAE;EACvC,uBAAoC,CAAC,IAAI,GAAE;EAC3C,qBAAkC,CAAC,IAAI,GAAE;EACzC,aAA0B,CAAC,IAAI,GAAE;EACjC,eAA4B,CAAC,IAAI,GAAE;EACnC,kBAA+B,CAAC,IAAI,GAAE;CACzC"}
|
|
@@ -7897,8 +7897,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7897
7897
|
[x: `uint128[${string}]`]: undefined;
|
|
7898
7898
|
[x: `uint32[${string}]`]: undefined;
|
|
7899
7899
|
[x: `uint248[${string}]`]: undefined;
|
|
7900
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
7901
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
7902
7900
|
[x: `bytes1[${string}]`]: undefined;
|
|
7903
7901
|
[x: `bytes15[${string}]`]: undefined;
|
|
7904
7902
|
[x: `bytes5[${string}]`]: undefined;
|
|
@@ -7910,6 +7908,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7910
7908
|
[x: `bytes21[${string}]`]: undefined;
|
|
7911
7909
|
[x: `bytes6[${string}]`]: undefined;
|
|
7912
7910
|
[x: `bytes16[${string}]`]: undefined;
|
|
7911
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
7913
7912
|
[x: `bytes9[${string}]`]: undefined;
|
|
7914
7913
|
[x: `bytes28[${string}]`]: undefined;
|
|
7915
7914
|
[x: `bytes10[${string}]`]: undefined;
|
|
@@ -7921,6 +7920,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7921
7920
|
[x: `bytes20[${string}]`]: undefined;
|
|
7922
7921
|
[x: `bytes22[${string}]`]: undefined;
|
|
7923
7922
|
[x: `bytes23[${string}]`]: undefined;
|
|
7923
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
7924
7924
|
[x: `bytes25[${string}]`]: undefined;
|
|
7925
7925
|
[x: `bytes26[${string}]`]: undefined;
|
|
7926
7926
|
[x: `bytes27[${string}]`]: undefined;
|
|
@@ -7928,7 +7928,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7928
7928
|
[x: `bytes30[${string}]`]: undefined;
|
|
7929
7929
|
[x: `bytes31[${string}]`]: undefined;
|
|
7930
7930
|
[x: `int[${string}]`]: undefined;
|
|
7931
|
-
[x: `int24[${string}]`]: undefined;
|
|
7932
7931
|
[x: `int8[${string}]`]: undefined;
|
|
7933
7932
|
[x: `int144[${string}]`]: undefined;
|
|
7934
7933
|
[x: `int16[${string}]`]: undefined;
|
|
@@ -7936,6 +7935,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7936
7935
|
[x: `int96[${string}]`]: undefined;
|
|
7937
7936
|
[x: `int72[${string}]`]: undefined;
|
|
7938
7937
|
[x: `int64[${string}]`]: undefined;
|
|
7938
|
+
[x: `int24[${string}]`]: undefined;
|
|
7939
7939
|
[x: `int32[${string}]`]: undefined;
|
|
7940
7940
|
[x: `int40[${string}]`]: undefined;
|
|
7941
7941
|
[x: `int48[${string}]`]: undefined;
|
|
@@ -7999,8 +7999,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7999
7999
|
uint128?: undefined;
|
|
8000
8000
|
uint32?: undefined;
|
|
8001
8001
|
uint248?: undefined;
|
|
8002
|
-
bytes14?: undefined;
|
|
8003
|
-
bytes24?: undefined;
|
|
8004
8002
|
bytes1?: undefined;
|
|
8005
8003
|
bytes15?: undefined;
|
|
8006
8004
|
bytes5?: undefined;
|
|
@@ -8012,6 +8010,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8012
8010
|
bytes21?: undefined;
|
|
8013
8011
|
bytes6?: undefined;
|
|
8014
8012
|
bytes16?: undefined;
|
|
8013
|
+
bytes14?: undefined;
|
|
8015
8014
|
bytes9?: undefined;
|
|
8016
8015
|
bytes28?: undefined;
|
|
8017
8016
|
bytes10?: undefined;
|
|
@@ -8023,13 +8022,13 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8023
8022
|
bytes20?: undefined;
|
|
8024
8023
|
bytes22?: undefined;
|
|
8025
8024
|
bytes23?: undefined;
|
|
8025
|
+
bytes24?: undefined;
|
|
8026
8026
|
bytes25?: undefined;
|
|
8027
8027
|
bytes26?: undefined;
|
|
8028
8028
|
bytes27?: undefined;
|
|
8029
8029
|
bytes29?: undefined;
|
|
8030
8030
|
bytes30?: undefined;
|
|
8031
8031
|
bytes31?: undefined;
|
|
8032
|
-
int24?: undefined;
|
|
8033
8032
|
int8?: undefined;
|
|
8034
8033
|
int144?: undefined;
|
|
8035
8034
|
int16?: undefined;
|
|
@@ -8037,6 +8036,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8037
8036
|
int96?: undefined;
|
|
8038
8037
|
int72?: undefined;
|
|
8039
8038
|
int64?: undefined;
|
|
8039
|
+
int24?: undefined;
|
|
8040
8040
|
int32?: undefined;
|
|
8041
8041
|
int40?: undefined;
|
|
8042
8042
|
int48?: undefined;
|
|
@@ -7897,8 +7897,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7897
7897
|
[x: `uint128[${string}]`]: undefined;
|
|
7898
7898
|
[x: `uint32[${string}]`]: undefined;
|
|
7899
7899
|
[x: `uint248[${string}]`]: undefined;
|
|
7900
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
7901
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
7902
7900
|
[x: `bytes1[${string}]`]: undefined;
|
|
7903
7901
|
[x: `bytes15[${string}]`]: undefined;
|
|
7904
7902
|
[x: `bytes5[${string}]`]: undefined;
|
|
@@ -7910,6 +7908,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7910
7908
|
[x: `bytes21[${string}]`]: undefined;
|
|
7911
7909
|
[x: `bytes6[${string}]`]: undefined;
|
|
7912
7910
|
[x: `bytes16[${string}]`]: undefined;
|
|
7911
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
7913
7912
|
[x: `bytes9[${string}]`]: undefined;
|
|
7914
7913
|
[x: `bytes28[${string}]`]: undefined;
|
|
7915
7914
|
[x: `bytes10[${string}]`]: undefined;
|
|
@@ -7921,6 +7920,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7921
7920
|
[x: `bytes20[${string}]`]: undefined;
|
|
7922
7921
|
[x: `bytes22[${string}]`]: undefined;
|
|
7923
7922
|
[x: `bytes23[${string}]`]: undefined;
|
|
7923
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
7924
7924
|
[x: `bytes25[${string}]`]: undefined;
|
|
7925
7925
|
[x: `bytes26[${string}]`]: undefined;
|
|
7926
7926
|
[x: `bytes27[${string}]`]: undefined;
|
|
@@ -7928,7 +7928,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7928
7928
|
[x: `bytes30[${string}]`]: undefined;
|
|
7929
7929
|
[x: `bytes31[${string}]`]: undefined;
|
|
7930
7930
|
[x: `int[${string}]`]: undefined;
|
|
7931
|
-
[x: `int24[${string}]`]: undefined;
|
|
7932
7931
|
[x: `int8[${string}]`]: undefined;
|
|
7933
7932
|
[x: `int144[${string}]`]: undefined;
|
|
7934
7933
|
[x: `int16[${string}]`]: undefined;
|
|
@@ -7936,6 +7935,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7936
7935
|
[x: `int96[${string}]`]: undefined;
|
|
7937
7936
|
[x: `int72[${string}]`]: undefined;
|
|
7938
7937
|
[x: `int64[${string}]`]: undefined;
|
|
7938
|
+
[x: `int24[${string}]`]: undefined;
|
|
7939
7939
|
[x: `int32[${string}]`]: undefined;
|
|
7940
7940
|
[x: `int40[${string}]`]: undefined;
|
|
7941
7941
|
[x: `int48[${string}]`]: undefined;
|
|
@@ -7999,8 +7999,6 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
7999
7999
|
uint128?: undefined;
|
|
8000
8000
|
uint32?: undefined;
|
|
8001
8001
|
uint248?: undefined;
|
|
8002
|
-
bytes14?: undefined;
|
|
8003
|
-
bytes24?: undefined;
|
|
8004
8002
|
bytes1?: undefined;
|
|
8005
8003
|
bytes15?: undefined;
|
|
8006
8004
|
bytes5?: undefined;
|
|
@@ -8012,6 +8010,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8012
8010
|
bytes21?: undefined;
|
|
8013
8011
|
bytes6?: undefined;
|
|
8014
8012
|
bytes16?: undefined;
|
|
8013
|
+
bytes14?: undefined;
|
|
8015
8014
|
bytes9?: undefined;
|
|
8016
8015
|
bytes28?: undefined;
|
|
8017
8016
|
bytes10?: undefined;
|
|
@@ -8023,13 +8022,13 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8023
8022
|
bytes20?: undefined;
|
|
8024
8023
|
bytes22?: undefined;
|
|
8025
8024
|
bytes23?: undefined;
|
|
8025
|
+
bytes24?: undefined;
|
|
8026
8026
|
bytes25?: undefined;
|
|
8027
8027
|
bytes26?: undefined;
|
|
8028
8028
|
bytes27?: undefined;
|
|
8029
8029
|
bytes29?: undefined;
|
|
8030
8030
|
bytes30?: undefined;
|
|
8031
8031
|
bytes31?: undefined;
|
|
8032
|
-
int24?: undefined;
|
|
8033
8032
|
int8?: undefined;
|
|
8034
8033
|
int144?: undefined;
|
|
8035
8034
|
int16?: undefined;
|
|
@@ -8037,6 +8036,7 @@ declare class CoreSDK extends CsmSDKCacheable {
|
|
|
8037
8036
|
int96?: undefined;
|
|
8038
8037
|
int72?: undefined;
|
|
8039
8038
|
int64?: undefined;
|
|
8039
|
+
int24?: undefined;
|
|
8040
8040
|
int32?: undefined;
|
|
8041
8041
|
int40?: undefined;
|
|
8042
8042
|
int48?: undefined;
|