@@ -4,6 +4,7 @@ isort:skip_file
44"""
55import builtins
66import google .protobuf .descriptor
7+ import google .protobuf .empty_pb2
78import google .protobuf .internal .containers
89import google .protobuf .message
910import typing
@@ -36,12 +37,45 @@ global___ElectrumEncryptionKeyResponse = ElectrumEncryptionKeyResponse
3637
3738class BIP85Request (google .protobuf .message .Message ):
3839 DESCRIPTOR : google .protobuf .descriptor .Descriptor
40+ class AppLn (google .protobuf .message .Message ):
41+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
42+ ACCOUNT_NUMBER_FIELD_NUMBER : builtins .int
43+ account_number : builtins .int
44+ def __init__ (self ,
45+ * ,
46+ account_number : builtins .int = ...,
47+ ) -> None : ...
48+ def ClearField (self , field_name : typing_extensions .Literal ["account_number" ,b"account_number" ]) -> None : ...
49+
50+ BIP39_FIELD_NUMBER : builtins .int
51+ LN_FIELD_NUMBER : builtins .int
52+ @property
53+ def bip39 (self ) -> google .protobuf .empty_pb2 .Empty : ...
54+ @property
55+ def ln (self ) -> global___BIP85Request .AppLn : ...
3956 def __init__ (self ,
57+ * ,
58+ bip39 : typing .Optional [google .protobuf .empty_pb2 .Empty ] = ...,
59+ ln : typing .Optional [global___BIP85Request .AppLn ] = ...,
4060 ) -> None : ...
61+ def HasField (self , field_name : typing_extensions .Literal ["app" ,b"app" ,"bip39" ,b"bip39" ,"ln" ,b"ln" ]) -> builtins .bool : ...
62+ def ClearField (self , field_name : typing_extensions .Literal ["app" ,b"app" ,"bip39" ,b"bip39" ,"ln" ,b"ln" ]) -> None : ...
63+ def WhichOneof (self , oneof_group : typing_extensions .Literal ["app" ,b"app" ]) -> typing .Optional [typing_extensions .Literal ["bip39" ,"ln" ]]: ...
4164global___BIP85Request = BIP85Request
4265
4366class BIP85Response (google .protobuf .message .Message ):
4467 DESCRIPTOR : google .protobuf .descriptor .Descriptor
68+ BIP39_FIELD_NUMBER : builtins .int
69+ LN_FIELD_NUMBER : builtins .int
70+ @property
71+ def bip39 (self ) -> google .protobuf .empty_pb2 .Empty : ...
72+ ln : builtins .bytes
4573 def __init__ (self ,
74+ * ,
75+ bip39 : typing .Optional [google .protobuf .empty_pb2 .Empty ] = ...,
76+ ln : builtins .bytes = ...,
4677 ) -> None : ...
78+ def HasField (self , field_name : typing_extensions .Literal ["app" ,b"app" ,"bip39" ,b"bip39" ,"ln" ,b"ln" ]) -> builtins .bool : ...
79+ def ClearField (self , field_name : typing_extensions .Literal ["app" ,b"app" ,"bip39" ,b"bip39" ,"ln" ,b"ln" ]) -> None : ...
80+ def WhichOneof (self , oneof_group : typing_extensions .Literal ["app" ,b"app" ]) -> typing .Optional [typing_extensions .Literal ["bip39" ,"ln" ]]: ...
4781global___BIP85Response = BIP85Response
0 commit comments