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.js CHANGED
@@ -5219,6 +5219,9 @@ var Contract = class {
5219
5219
  typed(tAbi) {
5220
5220
  return this;
5221
5221
  }
5222
+ typedv2(tAbi) {
5223
+ return this;
5224
+ }
5222
5225
  };
5223
5226
 
5224
5227
  // src/contract/interface.ts