@argonprotocol/mainchain 1.4.9-dev.5ffdfd6a → 1.4.9-dev.608fbe23
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/browser/index.d.ts +238 -271
- package/browser/index.js +1 -1
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +238 -271
- package/lib/index.d.ts +238 -271
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +26 -26
- package/src/interfaces/augment-api-errors.ts +20 -28
- package/src/interfaces/augment-api-events.ts +13 -21
- package/src/interfaces/augment-api-query.ts +2 -3
- package/src/interfaces/augment-api-runtime.ts +0 -1
- package/src/interfaces/augment-api-tx.ts +5 -13
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +0 -1
- package/src/interfaces/lookup.ts +167 -174
- package/src/interfaces/registry.ts +2 -1
- package/src/interfaces/types-lookup.ts +179 -191
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
2
|
-
/* eslint-disable */
|
|
3
2
|
|
|
4
3
|
// import type lookup before we augment - in some environments
|
|
5
4
|
// this is required to allow for ambient/previous definitions
|
|
@@ -231,6 +230,7 @@ import type {
|
|
|
231
230
|
PalletOperationalAccountsRegistration,
|
|
232
231
|
PalletOperationalAccountsRegistrationV1,
|
|
233
232
|
PalletOperationalAccountsRewardsConfig,
|
|
233
|
+
PalletOperationalAccountsUpstreamAccessProof,
|
|
234
234
|
PalletPriceIndexArgonotAverageFrameAccumulator,
|
|
235
235
|
PalletPriceIndexCall,
|
|
236
236
|
PalletPriceIndexCpiMeasurementBucket,
|
|
@@ -534,6 +534,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
534
534
|
PalletOperationalAccountsRegistration: PalletOperationalAccountsRegistration;
|
|
535
535
|
PalletOperationalAccountsRegistrationV1: PalletOperationalAccountsRegistrationV1;
|
|
536
536
|
PalletOperationalAccountsRewardsConfig: PalletOperationalAccountsRewardsConfig;
|
|
537
|
+
PalletOperationalAccountsUpstreamAccessProof: PalletOperationalAccountsUpstreamAccessProof;
|
|
537
538
|
PalletPriceIndexArgonotAverageFrameAccumulator: PalletPriceIndexArgonotAverageFrameAccumulator;
|
|
538
539
|
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
539
540
|
PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
|