@orderly.network/core 1.5.12 → 1.5.13

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
@@ -143,20 +143,7 @@ declare const utils_parseBrokerHash: typeof parseBrokerHash;
143
143
  declare const utils_parseTokenHash: typeof parseTokenHash;
144
144
  declare const utils_parseUnits: typeof parseUnits;
145
145
  declare namespace utils {
146
- export {
147
- utils_SignatureDomain as SignatureDomain,
148
- utils_base64url as base64url,
149
- utils_calculateStringHash as calculateStringHash,
150
- utils_formatByUnits as formatByUnits,
151
- utils_getGlobalObject as getGlobalObject,
152
- utils_getTimestamp as getTimestamp,
153
- utils_isHex as isHex,
154
- utils_isHexString as isHexString,
155
- utils_parseAccountId as parseAccountId,
156
- utils_parseBrokerHash as parseBrokerHash,
157
- utils_parseTokenHash as parseTokenHash,
158
- utils_parseUnits as parseUnits,
159
- };
146
+ export { type utils_SignatureDomain as SignatureDomain, utils_base64url as base64url, utils_calculateStringHash as calculateStringHash, utils_formatByUnits as formatByUnits, utils_getGlobalObject as getGlobalObject, utils_getTimestamp as getTimestamp, utils_isHex as isHex, utils_isHexString as isHexString, utils_parseAccountId as parseAccountId, utils_parseBrokerHash as parseBrokerHash, utils_parseTokenHash as parseTokenHash, utils_parseUnits as parseUnits };
160
147
  }
161
148
 
162
149
  declare const getMockSigner: (secretKey?: string) => BaseSigner;
@@ -789,4 +776,4 @@ declare class EtherAdapter implements IWalletAdapter {
789
776
  getContract(address: string, abi: any): ethers.Contract;
790
777
  }
791
778
 
792
- 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 };
779
+ 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
@@ -143,20 +143,7 @@ declare const utils_parseBrokerHash: typeof parseBrokerHash;
143
143
  declare const utils_parseTokenHash: typeof parseTokenHash;
144
144
  declare const utils_parseUnits: typeof parseUnits;
145
145
  declare namespace utils {
146
- export {
147
- utils_SignatureDomain as SignatureDomain,
148
- utils_base64url as base64url,
149
- utils_calculateStringHash as calculateStringHash,
150
- utils_formatByUnits as formatByUnits,
151
- utils_getGlobalObject as getGlobalObject,
152
- utils_getTimestamp as getTimestamp,
153
- utils_isHex as isHex,
154
- utils_isHexString as isHexString,
155
- utils_parseAccountId as parseAccountId,
156
- utils_parseBrokerHash as parseBrokerHash,
157
- utils_parseTokenHash as parseTokenHash,
158
- utils_parseUnits as parseUnits,
159
- };
146
+ export { type utils_SignatureDomain as SignatureDomain, utils_base64url as base64url, utils_calculateStringHash as calculateStringHash, utils_formatByUnits as formatByUnits, utils_getGlobalObject as getGlobalObject, utils_getTimestamp as getTimestamp, utils_isHex as isHex, utils_isHexString as isHexString, utils_parseAccountId as parseAccountId, utils_parseBrokerHash as parseBrokerHash, utils_parseTokenHash as parseTokenHash, utils_parseUnits as parseUnits };
160
147
  }
161
148
 
162
149
  declare const getMockSigner: (secretKey?: string) => BaseSigner;
@@ -789,4 +776,4 @@ declare class EtherAdapter implements IWalletAdapter {
789
776
  getContract(address: string, abi: any): ethers.Contract;
790
777
  }
791
778
 
792
- 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 };
779
+ 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 };