breez-sdk-spark 0.2.3__cp312-cp312-macosx_11_0_universal2.whl → 0.2.5.dev1__cp312-cp312-macosx_11_0_universal2.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.
- breez_sdk_spark/breez_sdk_spark.py +8 -4
- breez_sdk_spark/libbreez_sdk_spark_bindings.dylib +0 -0
- {breez_sdk_spark-0.2.3.dist-info → breez_sdk_spark-0.2.5.dev1.dist-info}/METADATA +1 -1
- breez_sdk_spark-0.2.5.dev1.dist-info/RECORD +9 -0
- breez_sdk_spark-0.2.3.dist-info/RECORD +0 -9
- {breez_sdk_spark-0.2.3.dist-info → breez_sdk_spark-0.2.5.dev1.dist-info}/WHEEL +0 -0
- {breez_sdk_spark-0.2.3.dist-info → breez_sdk_spark-0.2.5.dev1.dist-info}/top_level.txt +0 -0
|
@@ -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() !=
|
|
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,
|
|
Binary file
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
breez_sdk_spark/__init__.py,sha256=Rmo1pY5ISvxSNwDo_RBCneMCfoYDNbB_4A7VCmQmtEI,148
|
|
2
|
+
breez_sdk_spark/breez_sdk_common.py,sha256=cdFqiHbDKhnyftMiQRJ30XPHUoGVHDu1gAyeM4EMg_w,202759
|
|
3
|
+
breez_sdk_spark/breez_sdk_spark.py,sha256=juA8i_IW7BdBnhmhdFERcYrRU4zUYsO7cKB-e9-TEd8,310558
|
|
4
|
+
breez_sdk_spark/breez_sdk_spark_bindings.py,sha256=ysAJqyrIhXUjJIBj856CADqim5MR38CgNEIdG1Fj4qg,32901
|
|
5
|
+
breez_sdk_spark/libbreez_sdk_spark_bindings.dylib,sha256=GyNCVkheyaTSTBZ3GfRs12dcqkjxYWUctzND9rG8pcs,32365184
|
|
6
|
+
breez_sdk_spark-0.2.5.dev1.dist-info/METADATA,sha256=G4w8a3HZWIfHAzV4B4zrHg7tHkRM4TL8xD_m2GzfpuU,550
|
|
7
|
+
breez_sdk_spark-0.2.5.dev1.dist-info/WHEEL,sha256=o0zAoJUNILGJZxEeFPjb7OMHp_94eqIkZBeZ0gvgOpo,114
|
|
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/__init__.py,sha256=Rmo1pY5ISvxSNwDo_RBCneMCfoYDNbB_4A7VCmQmtEI,148
|
|
2
|
-
breez_sdk_spark/breez_sdk_common.py,sha256=cdFqiHbDKhnyftMiQRJ30XPHUoGVHDu1gAyeM4EMg_w,202759
|
|
3
|
-
breez_sdk_spark/breez_sdk_spark.py,sha256=XJLvgZMRBSCXYuq2lraSoTtGf_CjAi17wpb3B-Ix6cM,310319
|
|
4
|
-
breez_sdk_spark/breez_sdk_spark_bindings.py,sha256=ysAJqyrIhXUjJIBj856CADqim5MR38CgNEIdG1Fj4qg,32901
|
|
5
|
-
breez_sdk_spark/libbreez_sdk_spark_bindings.dylib,sha256=zo3z8unJZFwihvfzYgg7kaSPZbQLFX3SBIN_iSg_Rvw,32331968
|
|
6
|
-
breez_sdk_spark-0.2.3.dist-info/METADATA,sha256=T_J_fKsoSp9ijrXWP4PEgB_sPPVHtonTueqh1CHhnm0,545
|
|
7
|
-
breez_sdk_spark-0.2.3.dist-info/WHEEL,sha256=o0zAoJUNILGJZxEeFPjb7OMHp_94eqIkZBeZ0gvgOpo,114
|
|
8
|
-
breez_sdk_spark-0.2.3.dist-info/top_level.txt,sha256=EWjZB7jCSH5bjyOrFhpRFW4Jfo8ykKdxJ7tqAOytwDU,16
|
|
9
|
-
breez_sdk_spark-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|