@argonprotocol/mainchain 1.4.9-dev.fdaf0dc8 → 1.4.10-dev.459cb75f

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.
@@ -231,6 +231,7 @@ import type {
231
231
  PalletOperationalAccountsRegistration,
232
232
  PalletOperationalAccountsRegistrationV1,
233
233
  PalletOperationalAccountsRewardsConfig,
234
+ PalletOperationalAccountsUpstreamAccessProof,
234
235
  PalletPriceIndexArgonotAverageFrameAccumulator,
235
236
  PalletPriceIndexCall,
236
237
  PalletPriceIndexCpiMeasurementBucket,
@@ -534,6 +535,7 @@ declare module '@polkadot/types/types/registry' {
534
535
  PalletOperationalAccountsRegistration: PalletOperationalAccountsRegistration;
535
536
  PalletOperationalAccountsRegistrationV1: PalletOperationalAccountsRegistrationV1;
536
537
  PalletOperationalAccountsRewardsConfig: PalletOperationalAccountsRewardsConfig;
538
+ PalletOperationalAccountsUpstreamAccessProof: PalletOperationalAccountsUpstreamAccessProof;
537
539
  PalletPriceIndexArgonotAverageFrameAccumulator: PalletPriceIndexArgonotAverageFrameAccumulator;
538
540
  PalletPriceIndexCall: PalletPriceIndexCall;
539
541
  PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;