breez-sdk-spark 0.2.4__cp39-cp39-manylinux_2_31_x86_64.whl → 0.2.5.dev1__cp39-cp39-manylinux_2_31_x86_64.whl

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.

Potentially problematic release.


This version of breez-sdk-spark might be problematic. Click here for more details.

@@ -563,7 +563,7 @@ def _uniffi_check_api_checksums(lib):
563
563
  raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")
564
564
  if lib.uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_fiat_service() != 41113:
565
565
  raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")
566
- if lib.uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_key_set() != 55523:
566
+ if lib.uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_key_set() != 42926:
567
567
  raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")
568
568
  if lib.uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_lnurl_client() != 61720:
569
569
  raise InternalError("UniFFI API checksum mismatch: try cleaning and rebuilding your project")
@@ -972,6 +972,7 @@ _UniffiLib.uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_key_set.argtypes = (
972
972
  ctypes.c_void_p,
973
973
  _UniffiRustBuffer,
974
974
  ctypes.c_int8,
975
+ _UniffiRustBuffer,
975
976
  )
976
977
  _UniffiLib.uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_key_set.restype = ctypes.c_uint64
977
978
  _UniffiLib.uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_lnurl_client.argtypes = (
@@ -2706,7 +2707,7 @@ class SdkBuilderProtocol(typing.Protocol):
2706
2707
  """
2707
2708
 
2708
2709
  raise NotImplementedError
2709
- def with_key_set(self, key_set_type: "KeySetType",use_address_index: "bool"):
2710
+ def with_key_set(self, key_set_type: "KeySetType",use_address_index: "bool",account_number: "typing.Optional[int]"):
2710
2711
  """
2711
2712
  Sets the key set type to be used by the SDK.
2712
2713
  Arguments:
@@ -2854,7 +2855,7 @@ _UniffiConverterTypeSdkError,
2854
2855
 
2855
2856
 
2856
2857
 
2857
- async def with_key_set(self, key_set_type: "KeySetType",use_address_index: "bool") -> None:
2858
+ async def with_key_set(self, key_set_type: "KeySetType",use_address_index: "bool",account_number: "typing.Optional[int]") -> None:
2858
2859
 
2859
2860
  """
2860
2861
  Sets the key set type to be used by the SDK.
@@ -2867,11 +2868,14 @@ _UniffiConverterTypeSdkError,
2867
2868
 
2868
2869
  _UniffiConverterBool.check_lower(use_address_index)
2869
2870
 
2871
+ _UniffiConverterOptionalUInt32.check_lower(account_number)
2872
+
2870
2873
  return await _uniffi_rust_call_async(
2871
2874
  _UniffiLib.uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_key_set(
2872
2875
  self._uniffi_clone_pointer(),
2873
2876
  _UniffiConverterTypeKeySetType.lower(key_set_type),
2874
- _UniffiConverterBool.lower(use_address_index)
2877
+ _UniffiConverterBool.lower(use_address_index),
2878
+ _UniffiConverterOptionalUInt32.lower(account_number)
2875
2879
  ),
2876
2880
  _UniffiLib.ffi_breez_sdk_spark_rust_future_poll_void,
2877
2881
  _UniffiLib.ffi_breez_sdk_spark_rust_future_complete_void,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: breez-sdk-spark
3
- Version: 0.2.4
3
+ Version: 0.2.5.dev1
4
4
  Summary: Python language bindings for the Breez Spark SDK
5
5
  Home-page: https://github.com/breez/spark-sdk
6
6
  Author: Breez <contact@breez.technology>
@@ -0,0 +1,9 @@
1
+ breez_sdk_spark-0.2.5.dev1.data/purelib/breez_sdk_spark/__init__.py,sha256=Rmo1pY5ISvxSNwDo_RBCneMCfoYDNbB_4A7VCmQmtEI,148
2
+ breez_sdk_spark-0.2.5.dev1.data/purelib/breez_sdk_spark/breez_sdk_common.py,sha256=cdFqiHbDKhnyftMiQRJ30XPHUoGVHDu1gAyeM4EMg_w,202759
3
+ breez_sdk_spark-0.2.5.dev1.data/purelib/breez_sdk_spark/breez_sdk_spark.py,sha256=juA8i_IW7BdBnhmhdFERcYrRU4zUYsO7cKB-e9-TEd8,310558
4
+ breez_sdk_spark-0.2.5.dev1.data/purelib/breez_sdk_spark/breez_sdk_spark_bindings.py,sha256=ysAJqyrIhXUjJIBj856CADqim5MR38CgNEIdG1Fj4qg,32901
5
+ breez_sdk_spark-0.2.5.dev1.data/purelib/breez_sdk_spark/libbreez_sdk_spark_bindings.so,sha256=gTrjicNBg97x6tjc-znlEAnBebEX8fX_Ot3EP-_ZE_w,24996864
6
+ breez_sdk_spark-0.2.5.dev1.dist-info/METADATA,sha256=T5tFrfOGkeNbMJ2raT8vC3KMreLDQvMOww0tpdEVMs8,446
7
+ breez_sdk_spark-0.2.5.dev1.dist-info/WHEEL,sha256=4_vMZfcr3bpmzsR8-UxHKJyYOZtZw5pkd7T85-1DFz8,112
8
+ breez_sdk_spark-0.2.5.dev1.dist-info/top_level.txt,sha256=EWjZB7jCSH5bjyOrFhpRFW4Jfo8ykKdxJ7tqAOytwDU,16
9
+ breez_sdk_spark-0.2.5.dev1.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- breez_sdk_spark-0.2.4.data/purelib/breez_sdk_spark/__init__.py,sha256=Rmo1pY5ISvxSNwDo_RBCneMCfoYDNbB_4A7VCmQmtEI,148
2
- breez_sdk_spark-0.2.4.data/purelib/breez_sdk_spark/breez_sdk_common.py,sha256=cdFqiHbDKhnyftMiQRJ30XPHUoGVHDu1gAyeM4EMg_w,202759
3
- breez_sdk_spark-0.2.4.data/purelib/breez_sdk_spark/breez_sdk_spark.py,sha256=XJLvgZMRBSCXYuq2lraSoTtGf_CjAi17wpb3B-Ix6cM,310319
4
- breez_sdk_spark-0.2.4.data/purelib/breez_sdk_spark/breez_sdk_spark_bindings.py,sha256=ysAJqyrIhXUjJIBj856CADqim5MR38CgNEIdG1Fj4qg,32901
5
- breez_sdk_spark-0.2.4.data/purelib/breez_sdk_spark/libbreez_sdk_spark_bindings.so,sha256=ZEk2_q2YjUwXzUaC6_ZdrDFoKL2RL5mraC_yu7vC1t4,24997216
6
- breez_sdk_spark-0.2.4.dist-info/METADATA,sha256=Uz-AlKgU-GuvTSFbdEqRCiWwc7nnb-tyhlbiTk_OzTA,441
7
- breez_sdk_spark-0.2.4.dist-info/WHEEL,sha256=4_vMZfcr3bpmzsR8-UxHKJyYOZtZw5pkd7T85-1DFz8,112
8
- breez_sdk_spark-0.2.4.dist-info/top_level.txt,sha256=EWjZB7jCSH5bjyOrFhpRFW4Jfo8ykKdxJ7tqAOytwDU,16
9
- breez_sdk_spark-0.2.4.dist-info/RECORD,,