@orderly.network/core 0.1.0 → 0.1.2

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/index.d.mts CHANGED
@@ -189,6 +189,7 @@ type OrderlyContracts = {
189
189
  interface IContract {
190
190
  getContractInfoByEnv(): OrderlyContracts;
191
191
  }
192
+ /** @hidden */
192
193
  declare class BaseContract implements IContract {
193
194
  private readonly configStore;
194
195
  constructor(configStore: ConfigStore);
package/dist/index.d.ts CHANGED
@@ -189,6 +189,7 @@ type OrderlyContracts = {
189
189
  interface IContract {
190
190
  getContractInfoByEnv(): OrderlyContracts;
191
191
  }
192
+ /** @hidden */
192
193
  declare class BaseContract implements IContract {
193
194
  private readonly configStore;
194
195
  constructor(configStore: ConfigStore);