starknet 5.25.0 → 5.26.0

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.mjs CHANGED
@@ -5121,6 +5121,9 @@ var Contract = class {
5121
5121
  typed(tAbi) {
5122
5122
  return this;
5123
5123
  }
5124
+ typedv2(tAbi) {
5125
+ return this;
5126
+ }
5124
5127
  };
5125
5128
 
5126
5129
  // src/contract/interface.ts