@clarigen/core 1.0.0-next.22 → 1.0.0-next.23

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.
@@ -391,6 +391,7 @@ interface ContractCall<T> {
391
391
  functionArgs: ClarityValue[];
392
392
  contractAddress: string;
393
393
  contractName: string;
394
+ _r?: T;
394
395
  }
395
396
  interface ContractCallTyped<Args, R> extends Omit<ContractCall<R>, 'nativeArgs'> {
396
397
  nativeArgs: Args;
package/dist/index.d.ts CHANGED
@@ -391,6 +391,7 @@ interface ContractCall<T> {
391
391
  functionArgs: ClarityValue[];
392
392
  contractAddress: string;
393
393
  contractName: string;
394
+ _r?: T;
394
395
  }
395
396
  interface ContractCallTyped<Args, R> extends Omit<ContractCall<R>, 'nativeArgs'> {
396
397
  nativeArgs: Args;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-next.22",
2
+ "version": "1.0.0-next.23",
3
3
  "license": "MIT",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",