@argonprotocol/mainchain 1.3.19 → 1.3.20

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/lib/index.d.cts CHANGED
@@ -4063,6 +4063,10 @@ declare module '@polkadot/api-base/types/storage' {
4063
4063
  * Stores the active price index
4064
4064
  **/
4065
4065
  current: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4066
+ /**
4067
+ * Stores the last valid price index
4068
+ **/
4069
+ lastValid: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4066
4070
  /**
4067
4071
  * The price index operator account
4068
4072
  **/
package/lib/index.d.ts CHANGED
@@ -4063,6 +4063,10 @@ declare module '@polkadot/api-base/types/storage' {
4063
4063
  * Stores the active price index
4064
4064
  **/
4065
4065
  current: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4066
+ /**
4067
+ * Stores the last valid price index
4068
+ **/
4069
+ lastValid: AugmentedQuery<ApiType, () => Observable<Option<PalletPriceIndexPriceIndex>>, []>;
4066
4070
  /**
4067
4071
  * The price index operator account
4068
4072
  **/