@sats-connect/core 0.16.0-aa348f8 → 0.16.0-bc211a0

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.d.mts CHANGED
@@ -611,7 +611,7 @@ declare const signMessageParamsSchema: v.ObjectSchema<{
611
611
  **/
612
612
  readonly message: v.StringSchema<undefined>;
613
613
  /**
614
- * The protocol to used to sign the message.
614
+ * The protocol to use for signing the message.
615
615
  *
616
616
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
617
617
  * and to BIP322 if signing with a taproot address.
@@ -633,7 +633,7 @@ declare const signMessageResultSchema: v.ObjectSchema<{
633
633
  */
634
634
  readonly address: v.StringSchema<undefined>;
635
635
  /**
636
- * The protocol to use for signing the message.
636
+ * The protocol used for signing the message.
637
637
  */
638
638
  readonly protocol: v.EnumSchema<typeof MessageSigningProtocols, undefined>;
639
639
  }, undefined>;
@@ -650,7 +650,7 @@ declare const signMessageRequestMessageSchema: v.ObjectSchema<{
650
650
  **/
651
651
  readonly message: v.StringSchema<undefined>;
652
652
  /**
653
- * The protocol to used to sign the message.
653
+ * The protocol to use for signing the message.
654
654
  *
655
655
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
656
656
  * and to BIP322 if signing with a taproot address.
@@ -674,7 +674,7 @@ declare const signMultipleMessagesParamsSchema: v.ArraySchema<v.ObjectSchema<{
674
674
  **/
675
675
  readonly message: v.StringSchema<undefined>;
676
676
  /**
677
- * The protocol to used to sign the message.
677
+ * The protocol to use to sign the message.
678
678
  *
679
679
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
680
680
  * and to BIP322 if signing with a taproot address.
@@ -700,7 +700,7 @@ declare const signMultipleMessagesResultSchema: v.ArraySchema<v.ObjectSchema<{
700
700
  */
701
701
  readonly address: v.StringSchema<undefined>;
702
702
  /**
703
- * The protocol to use for signing the message.
703
+ * The protocol used for signing the message.
704
704
  */
705
705
  readonly protocol: v.EnumSchema<typeof MessageSigningProtocols, undefined>;
706
706
  }, undefined>, undefined>;
@@ -717,7 +717,7 @@ declare const signMultipleMessagesRequestMessageSchema: v.ObjectSchema<{
717
717
  **/
718
718
  readonly message: v.StringSchema<undefined>;
719
719
  /**
720
- * The protocol to used to sign the message.
720
+ * The protocol to use to sign the message.
721
721
  *
722
722
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
723
723
  * and to BIP322 if signing with a taproot address.
package/dist/index.d.ts CHANGED
@@ -611,7 +611,7 @@ declare const signMessageParamsSchema: v.ObjectSchema<{
611
611
  **/
612
612
  readonly message: v.StringSchema<undefined>;
613
613
  /**
614
- * The protocol to used to sign the message.
614
+ * The protocol to use for signing the message.
615
615
  *
616
616
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
617
617
  * and to BIP322 if signing with a taproot address.
@@ -633,7 +633,7 @@ declare const signMessageResultSchema: v.ObjectSchema<{
633
633
  */
634
634
  readonly address: v.StringSchema<undefined>;
635
635
  /**
636
- * The protocol to use for signing the message.
636
+ * The protocol used for signing the message.
637
637
  */
638
638
  readonly protocol: v.EnumSchema<typeof MessageSigningProtocols, undefined>;
639
639
  }, undefined>;
@@ -650,7 +650,7 @@ declare const signMessageRequestMessageSchema: v.ObjectSchema<{
650
650
  **/
651
651
  readonly message: v.StringSchema<undefined>;
652
652
  /**
653
- * The protocol to used to sign the message.
653
+ * The protocol to use for signing the message.
654
654
  *
655
655
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
656
656
  * and to BIP322 if signing with a taproot address.
@@ -674,7 +674,7 @@ declare const signMultipleMessagesParamsSchema: v.ArraySchema<v.ObjectSchema<{
674
674
  **/
675
675
  readonly message: v.StringSchema<undefined>;
676
676
  /**
677
- * The protocol to used to sign the message.
677
+ * The protocol to use to sign the message.
678
678
  *
679
679
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
680
680
  * and to BIP322 if signing with a taproot address.
@@ -700,7 +700,7 @@ declare const signMultipleMessagesResultSchema: v.ArraySchema<v.ObjectSchema<{
700
700
  */
701
701
  readonly address: v.StringSchema<undefined>;
702
702
  /**
703
- * The protocol to use for signing the message.
703
+ * The protocol used for signing the message.
704
704
  */
705
705
  readonly protocol: v.EnumSchema<typeof MessageSigningProtocols, undefined>;
706
706
  }, undefined>, undefined>;
@@ -717,7 +717,7 @@ declare const signMultipleMessagesRequestMessageSchema: v.ObjectSchema<{
717
717
  **/
718
718
  readonly message: v.StringSchema<undefined>;
719
719
  /**
720
- * The protocol to used to sign the message.
720
+ * The protocol to use to sign the message.
721
721
  *
722
722
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
723
723
  * and to BIP322 if signing with a taproot address.
package/dist/index.js CHANGED
@@ -1011,7 +1011,7 @@ var signMessageParamsSchema = v25.object({
1011
1011
  **/
1012
1012
  message: v25.string(),
1013
1013
  /**
1014
- * The protocol to used to sign the message.
1014
+ * The protocol to use for signing the message.
1015
1015
  *
1016
1016
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
1017
1017
  * and to BIP322 if signing with a taproot address.
@@ -1032,7 +1032,7 @@ var signMessageResultSchema = v25.object({
1032
1032
  */
1033
1033
  address: v25.string(),
1034
1034
  /**
1035
- * The protocol to use for signing the message.
1035
+ * The protocol used for signing the message.
1036
1036
  */
1037
1037
  protocol: v25.enum(MessageSigningProtocols)
1038
1038
  });
@@ -1059,7 +1059,7 @@ var signMultipleMessagesParamsSchema = v26.array(
1059
1059
  **/
1060
1060
  message: v26.string(),
1061
1061
  /**
1062
- * The protocol to used to sign the message.
1062
+ * The protocol to use to sign the message.
1063
1063
  *
1064
1064
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
1065
1065
  * and to BIP322 if signing with a taproot address.
@@ -1086,7 +1086,7 @@ var signMultipleMessagesResultSchema = v26.array(
1086
1086
  */
1087
1087
  address: v26.string(),
1088
1088
  /**
1089
- * The protocol to use for signing the message.
1089
+ * The protocol used for signing the message.
1090
1090
  */
1091
1091
  protocol: v26.enum(MessageSigningProtocols)
1092
1092
  })
package/dist/index.mjs CHANGED
@@ -720,7 +720,7 @@ var signMessageParamsSchema = v25.object({
720
720
  **/
721
721
  message: v25.string(),
722
722
  /**
723
- * The protocol to used to sign the message.
723
+ * The protocol to use for signing the message.
724
724
  *
725
725
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
726
726
  * and to BIP322 if signing with a taproot address.
@@ -741,7 +741,7 @@ var signMessageResultSchema = v25.object({
741
741
  */
742
742
  address: v25.string(),
743
743
  /**
744
- * The protocol to use for signing the message.
744
+ * The protocol used for signing the message.
745
745
  */
746
746
  protocol: v25.enum(MessageSigningProtocols)
747
747
  });
@@ -768,7 +768,7 @@ var signMultipleMessagesParamsSchema = v26.array(
768
768
  **/
769
769
  message: v26.string(),
770
770
  /**
771
- * The protocol to used to sign the message.
771
+ * The protocol to use to sign the message.
772
772
  *
773
773
  * If not specified, defaults to ECDSA if signing with a P2WPKH or P2SH address,
774
774
  * and to BIP322 if signing with a taproot address.
@@ -795,7 +795,7 @@ var signMultipleMessagesResultSchema = v26.array(
795
795
  */
796
796
  address: v26.string(),
797
797
  /**
798
- * The protocol to use for signing the message.
798
+ * The protocol used for signing the message.
799
799
  */
800
800
  protocol: v26.enum(MessageSigningProtocols)
801
801
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sats-connect/core",
3
- "version": "0.16.0-aa348f8",
3
+ "version": "0.16.0-bc211a0",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",