@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.
@@ -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;