starknet 4.13.0 → 4.13.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.
@@ -13946,7 +13946,6 @@ var starknet = (() => {
13946
13946
  Signer: () => Signer,
13947
13947
  SignerInterface: () => SignerInterface,
13948
13948
  addAddressPadding: () => addAddressPadding,
13949
- api: () => api_exports,
13950
13949
  buildUrl: () => buildUrl,
13951
13950
  constants: () => constants_exports,
13952
13951
  defaultProvider: () => defaultProvider,
@@ -21917,9 +21916,6 @@ ${res.tx_failure_reason.error_message}` : res.tx_status;
21917
21916
  }
21918
21917
  };
21919
21918
 
21920
- // src/types/api/index.ts
21921
- var api_exports = {};
21922
-
21923
21919
  // src/signer/interface.ts
21924
21920
  var SignerInterface = class {
21925
21921
  };