signet.js 0.0.10-beta3 → 0.0.10-beta4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signet.js",
3
- "version": "0.0.10-beta3",
3
+ "version": "0.0.10-beta4",
4
4
  "description": "A TypeScript library for handling multi-chain transactions and signatures using Signet MPC",
5
5
  "type": "module",
6
6
  "exports": {
package/types/index.d.cts CHANGED
@@ -983,7 +983,7 @@ declare class ChainSignatureContract extends ChainSignatureContract$2 {
983
983
  fromBlock: bigint;
984
984
  options?: RetryOptions;
985
985
  }): Promise<RSVSignature | SignatureErrorData | undefined>;
986
- getCallData(args: SignArgs, options?: SignOptions['sign']): Promise<{
986
+ getSignRequestParams(args: SignArgs, options?: SignOptions['sign']): Promise<{
987
987
  target: Hex;
988
988
  data: Hex;
989
989
  value: bigint;
package/types/index.d.ts CHANGED
@@ -983,7 +983,7 @@ declare class ChainSignatureContract extends ChainSignatureContract$2 {
983
983
  fromBlock: bigint;
984
984
  options?: RetryOptions;
985
985
  }): Promise<RSVSignature | SignatureErrorData | undefined>;
986
- getCallData(args: SignArgs, options?: SignOptions['sign']): Promise<{
986
+ getSignRequestParams(args: SignArgs, options?: SignOptions['sign']): Promise<{
987
987
  target: Hex;
988
988
  data: Hex;
989
989
  value: bigint;