@orderly.network/core 1.4.0-alpha.1 → 1.4.3

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
@@ -141,19 +141,7 @@ declare const utils_parseBrokerHash: typeof parseBrokerHash;
141
141
  declare const utils_parseTokenHash: typeof parseTokenHash;
142
142
  declare const utils_parseUnits: typeof parseUnits;
143
143
  declare namespace utils {
144
- export {
145
- utils_SignatureDomain as SignatureDomain,
146
- utils_base64url as base64url,
147
- utils_calculateStringHash as calculateStringHash,
148
- utils_formatByUnits as formatByUnits,
149
- utils_getGlobalObject as getGlobalObject,
150
- utils_isHex as isHex,
151
- utils_isHexString as isHexString,
152
- utils_parseAccountId as parseAccountId,
153
- utils_parseBrokerHash as parseBrokerHash,
154
- utils_parseTokenHash as parseTokenHash,
155
- utils_parseUnits as parseUnits,
156
- };
144
+ export { type utils_SignatureDomain as SignatureDomain, utils_base64url as base64url, utils_calculateStringHash as calculateStringHash, utils_formatByUnits as formatByUnits, utils_getGlobalObject as getGlobalObject, utils_isHex as isHex, utils_isHexString as isHexString, utils_parseAccountId as parseAccountId, utils_parseBrokerHash as parseBrokerHash, utils_parseTokenHash as parseTokenHash, utils_parseUnits as parseUnits };
157
145
  }
158
146
 
159
147
  declare const getMockSigner: (secretKey?: string) => BaseSigner;
@@ -782,4 +770,4 @@ declare class EtherAdapter implements IWalletAdapter {
782
770
  getContract(address: string, abi: any): ethers.Contract;
783
771
  }
784
772
 
785
- export { Account, AccountState, BaseContract as BaseContractManager, BaseKeyStore, BaseOrderlyKeyPair, BaseSigner, ConfigKey, ConfigStore, DefaultConfigStore, EtherAdapter, IContract, LocalStorageStore, MessageFactor, MockKeyStore, OrderlyKeyPair, OrderlyKeyStore, SignedMessagePayload, Signer, SimpleDI, IWalletAdapter as WalletAdapter, WalletAdapterOptions, generateAddOrderlyKeyMessage, generateRegisterAccountMessage, generateSettleMessage, getDefaultSigner, getMockSigner, getWalletAdapterFunc, utils };
773
+ export { Account, type AccountState, BaseContract as BaseContractManager, BaseKeyStore, BaseOrderlyKeyPair, BaseSigner, type ConfigKey, type ConfigStore, DefaultConfigStore, EtherAdapter, type IContract, LocalStorageStore, type MessageFactor, MockKeyStore, type OrderlyKeyPair, type OrderlyKeyStore, type SignedMessagePayload, type Signer, SimpleDI, type IWalletAdapter as WalletAdapter, type WalletAdapterOptions, generateAddOrderlyKeyMessage, generateRegisterAccountMessage, generateSettleMessage, getDefaultSigner, getMockSigner, type getWalletAdapterFunc, utils };
package/dist/index.d.ts CHANGED
@@ -141,19 +141,7 @@ declare const utils_parseBrokerHash: typeof parseBrokerHash;
141
141
  declare const utils_parseTokenHash: typeof parseTokenHash;
142
142
  declare const utils_parseUnits: typeof parseUnits;
143
143
  declare namespace utils {
144
- export {
145
- utils_SignatureDomain as SignatureDomain,
146
- utils_base64url as base64url,
147
- utils_calculateStringHash as calculateStringHash,
148
- utils_formatByUnits as formatByUnits,
149
- utils_getGlobalObject as getGlobalObject,
150
- utils_isHex as isHex,
151
- utils_isHexString as isHexString,
152
- utils_parseAccountId as parseAccountId,
153
- utils_parseBrokerHash as parseBrokerHash,
154
- utils_parseTokenHash as parseTokenHash,
155
- utils_parseUnits as parseUnits,
156
- };
144
+ export { type utils_SignatureDomain as SignatureDomain, utils_base64url as base64url, utils_calculateStringHash as calculateStringHash, utils_formatByUnits as formatByUnits, utils_getGlobalObject as getGlobalObject, utils_isHex as isHex, utils_isHexString as isHexString, utils_parseAccountId as parseAccountId, utils_parseBrokerHash as parseBrokerHash, utils_parseTokenHash as parseTokenHash, utils_parseUnits as parseUnits };
157
145
  }
158
146
 
159
147
  declare const getMockSigner: (secretKey?: string) => BaseSigner;
@@ -782,4 +770,4 @@ declare class EtherAdapter implements IWalletAdapter {
782
770
  getContract(address: string, abi: any): ethers.Contract;
783
771
  }
784
772
 
785
- export { Account, AccountState, BaseContract as BaseContractManager, BaseKeyStore, BaseOrderlyKeyPair, BaseSigner, ConfigKey, ConfigStore, DefaultConfigStore, EtherAdapter, IContract, LocalStorageStore, MessageFactor, MockKeyStore, OrderlyKeyPair, OrderlyKeyStore, SignedMessagePayload, Signer, SimpleDI, IWalletAdapter as WalletAdapter, WalletAdapterOptions, generateAddOrderlyKeyMessage, generateRegisterAccountMessage, generateSettleMessage, getDefaultSigner, getMockSigner, getWalletAdapterFunc, utils };
773
+ export { Account, type AccountState, BaseContract as BaseContractManager, BaseKeyStore, BaseOrderlyKeyPair, BaseSigner, type ConfigKey, type ConfigStore, DefaultConfigStore, EtherAdapter, type IContract, LocalStorageStore, type MessageFactor, MockKeyStore, type OrderlyKeyPair, type OrderlyKeyStore, type SignedMessagePayload, type Signer, SimpleDI, type IWalletAdapter as WalletAdapter, type WalletAdapterOptions, generateAddOrderlyKeyMessage, generateRegisterAccountMessage, generateSettleMessage, getDefaultSigner, getMockSigner, type getWalletAdapterFunc, utils };