@@ -329,6 +329,7 @@ class BTCSignNextResponse(google.protobuf.message.Message):
329
329
PREVTX_INPUT : BTCSignNextResponse ._Type .ValueType # 4
330
330
PREVTX_OUTPUT : BTCSignNextResponse ._Type .ValueType # 5
331
331
HOST_NONCE : BTCSignNextResponse ._Type .ValueType # 6
332
+ PAYMENT_REQUEST : BTCSignNextResponse ._Type .ValueType # 7
332
333
class Type (_Type , metaclass = _TypeEnumTypeWrapper ):
333
334
pass
334
335
@@ -341,6 +342,7 @@ class BTCSignNextResponse(google.protobuf.message.Message):
341
342
PREVTX_INPUT : BTCSignNextResponse .Type .ValueType # 4
342
343
PREVTX_OUTPUT : BTCSignNextResponse .Type .ValueType # 5
343
344
HOST_NONCE : BTCSignNextResponse .Type .ValueType # 6
345
+ PAYMENT_REQUEST : BTCSignNextResponse .Type .ValueType # 7
344
346
345
347
TYPE_FIELD_NUMBER : builtins .int
346
348
INDEX_FIELD_NUMBER : builtins .int
@@ -422,6 +424,7 @@ class BTCSignOutputRequest(google.protobuf.message.Message):
422
424
PAYLOAD_FIELD_NUMBER : builtins .int
423
425
KEYPATH_FIELD_NUMBER : builtins .int
424
426
SCRIPT_CONFIG_INDEX_FIELD_NUMBER : builtins .int
427
+ PAYMENT_REQUEST_INDEX_FIELD_NUMBER : builtins .int
425
428
ours : builtins .bool
426
429
type : global___BTCOutputType .ValueType
427
430
"""if ours is false"""
@@ -439,6 +442,7 @@ class BTCSignOutputRequest(google.protobuf.message.Message):
439
442
script_config_index : builtins .int
440
443
"""If ours is true. References a script config from BTCSignInitRequest"""
441
444
445
+ payment_request_index : builtins .int
442
446
def __init__ (self ,
443
447
* ,
444
448
ours : builtins .bool = ...,
@@ -447,8 +451,11 @@ class BTCSignOutputRequest(google.protobuf.message.Message):
447
451
payload : builtins .bytes = ...,
448
452
keypath : typing .Optional [typing .Iterable [builtins .int ]] = ...,
449
453
script_config_index : builtins .int = ...,
454
+ payment_request_index : typing .Optional [builtins .int ] = ...,
450
455
) -> None : ...
451
- def ClearField (self , field_name : typing_extensions .Literal ["keypath" ,b"keypath" ,"ours" ,b"ours" ,"payload" ,b"payload" ,"script_config_index" ,b"script_config_index" ,"type" ,b"type" ,"value" ,b"value" ]) -> None : ...
456
+ def HasField (self , field_name : typing_extensions .Literal ["_payment_request_index" ,b"_payment_request_index" ,"payment_request_index" ,b"payment_request_index" ]) -> builtins .bool : ...
457
+ def ClearField (self , field_name : typing_extensions .Literal ["_payment_request_index" ,b"_payment_request_index" ,"keypath" ,b"keypath" ,"ours" ,b"ours" ,"payload" ,b"payload" ,"payment_request_index" ,b"payment_request_index" ,"script_config_index" ,b"script_config_index" ,"type" ,b"type" ,"value" ,b"value" ]) -> None : ...
458
+ def WhichOneof (self , oneof_group : typing_extensions .Literal ["_payment_request_index" ,b"_payment_request_index" ]) -> typing .Optional [typing_extensions .Literal ["payment_request_index" ]]: ...
452
459
global___BTCSignOutputRequest = BTCSignOutputRequest
453
460
454
461
class BTCScriptConfigRegistration (google .protobuf .message .Message ):
@@ -599,6 +606,53 @@ class BTCPrevTxOutputRequest(google.protobuf.message.Message):
599
606
def ClearField (self , field_name : typing_extensions .Literal ["pubkey_script" ,b"pubkey_script" ,"value" ,b"value" ]) -> None : ...
600
607
global___BTCPrevTxOutputRequest = BTCPrevTxOutputRequest
601
608
609
+ class BTCPaymentRequestRequest (google .protobuf .message .Message ):
610
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
611
+ class Memo (google .protobuf .message .Message ):
612
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
613
+ class TextMemo (google .protobuf .message .Message ):
614
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
615
+ NOTE_FIELD_NUMBER : builtins .int
616
+ note : typing .Text
617
+ def __init__ (self ,
618
+ * ,
619
+ note : typing .Text = ...,
620
+ ) -> None : ...
621
+ def ClearField (self , field_name : typing_extensions .Literal ["note" ,b"note" ]) -> None : ...
622
+
623
+ TEXT_MEMO_FIELD_NUMBER : builtins .int
624
+ @property
625
+ def text_memo (self ) -> global___BTCPaymentRequestRequest .Memo .TextMemo : ...
626
+ def __init__ (self ,
627
+ * ,
628
+ text_memo : typing .Optional [global___BTCPaymentRequestRequest .Memo .TextMemo ] = ...,
629
+ ) -> None : ...
630
+ def HasField (self , field_name : typing_extensions .Literal ["memo" ,b"memo" ,"text_memo" ,b"text_memo" ]) -> builtins .bool : ...
631
+ def ClearField (self , field_name : typing_extensions .Literal ["memo" ,b"memo" ,"text_memo" ,b"text_memo" ]) -> None : ...
632
+ def WhichOneof (self , oneof_group : typing_extensions .Literal ["memo" ,b"memo" ]) -> typing .Optional [typing_extensions .Literal ["text_memo" ]]: ...
633
+
634
+ RECIPIENT_NAME_FIELD_NUMBER : builtins .int
635
+ MEMOS_FIELD_NUMBER : builtins .int
636
+ NONCE_FIELD_NUMBER : builtins .int
637
+ TOTAL_AMOUNT_FIELD_NUMBER : builtins .int
638
+ SIGNATURE_FIELD_NUMBER : builtins .int
639
+ recipient_name : typing .Text
640
+ @property
641
+ def memos (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___BTCPaymentRequestRequest .Memo ]: ...
642
+ nonce : builtins .bytes
643
+ total_amount : builtins .int
644
+ signature : builtins .bytes
645
+ def __init__ (self ,
646
+ * ,
647
+ recipient_name : typing .Text = ...,
648
+ memos : typing .Optional [typing .Iterable [global___BTCPaymentRequestRequest .Memo ]] = ...,
649
+ nonce : builtins .bytes = ...,
650
+ total_amount : builtins .int = ...,
651
+ signature : builtins .bytes = ...,
652
+ ) -> None : ...
653
+ def ClearField (self , field_name : typing_extensions .Literal ["memos" ,b"memos" ,"nonce" ,b"nonce" ,"recipient_name" ,b"recipient_name" ,"signature" ,b"signature" ,"total_amount" ,b"total_amount" ]) -> None : ...
654
+ global___BTCPaymentRequestRequest = BTCPaymentRequestRequest
655
+
602
656
class BTCSignMessageRequest (google .protobuf .message .Message ):
603
657
DESCRIPTOR : google .protobuf .descriptor .Descriptor
604
658
COIN_FIELD_NUMBER : builtins .int
@@ -644,6 +698,7 @@ class BTCRequest(google.protobuf.message.Message):
644
698
PREVTX_OUTPUT_FIELD_NUMBER : builtins .int
645
699
SIGN_MESSAGE_FIELD_NUMBER : builtins .int
646
700
ANTIKLEPTO_SIGNATURE_FIELD_NUMBER : builtins .int
701
+ PAYMENT_REQUEST_FIELD_NUMBER : builtins .int
647
702
@property
648
703
def is_script_config_registered (self ) -> global___BTCIsScriptConfigRegisteredRequest : ...
649
704
@property
@@ -658,6 +713,8 @@ class BTCRequest(google.protobuf.message.Message):
658
713
def sign_message (self ) -> global___BTCSignMessageRequest : ...
659
714
@property
660
715
def antiklepto_signature (self ) -> antiklepto_pb2 .AntiKleptoSignatureRequest : ...
716
+ @property
717
+ def payment_request (self ) -> global___BTCPaymentRequestRequest : ...
661
718
def __init__ (self ,
662
719
* ,
663
720
is_script_config_registered : typing .Optional [global___BTCIsScriptConfigRegisteredRequest ] = ...,
@@ -667,10 +724,11 @@ class BTCRequest(google.protobuf.message.Message):
667
724
prevtx_output : typing .Optional [global___BTCPrevTxOutputRequest ] = ...,
668
725
sign_message : typing .Optional [global___BTCSignMessageRequest ] = ...,
669
726
antiklepto_signature : typing .Optional [antiklepto_pb2 .AntiKleptoSignatureRequest ] = ...,
727
+ payment_request : typing .Optional [global___BTCPaymentRequestRequest ] = ...,
670
728
) -> None : ...
671
- def HasField (self , field_name : typing_extensions .Literal ["antiklepto_signature" ,b"antiklepto_signature" ,"is_script_config_registered" ,b"is_script_config_registered" ,"prevtx_init" ,b"prevtx_init" ,"prevtx_input" ,b"prevtx_input" ,"prevtx_output" ,b"prevtx_output" ,"register_script_config" ,b"register_script_config" ,"request" ,b"request" ,"sign_message" ,b"sign_message" ]) -> builtins .bool : ...
672
- def ClearField (self , field_name : typing_extensions .Literal ["antiklepto_signature" ,b"antiklepto_signature" ,"is_script_config_registered" ,b"is_script_config_registered" ,"prevtx_init" ,b"prevtx_init" ,"prevtx_input" ,b"prevtx_input" ,"prevtx_output" ,b"prevtx_output" ,"register_script_config" ,b"register_script_config" ,"request" ,b"request" ,"sign_message" ,b"sign_message" ]) -> None : ...
673
- def WhichOneof (self , oneof_group : typing_extensions .Literal ["request" ,b"request" ]) -> typing .Optional [typing_extensions .Literal ["is_script_config_registered" ,"register_script_config" ,"prevtx_init" ,"prevtx_input" ,"prevtx_output" ,"sign_message" ,"antiklepto_signature" ]]: ...
729
+ def HasField (self , field_name : typing_extensions .Literal ["antiklepto_signature" ,b"antiklepto_signature" ,"is_script_config_registered" ,b"is_script_config_registered" ,"payment_request" , b"payment_request" , " prevtx_init" ,b"prevtx_init" ,"prevtx_input" ,b"prevtx_input" ,"prevtx_output" ,b"prevtx_output" ,"register_script_config" ,b"register_script_config" ,"request" ,b"request" ,"sign_message" ,b"sign_message" ]) -> builtins .bool : ...
730
+ def ClearField (self , field_name : typing_extensions .Literal ["antiklepto_signature" ,b"antiklepto_signature" ,"is_script_config_registered" ,b"is_script_config_registered" ,"payment_request" , b"payment_request" , " prevtx_init" ,b"prevtx_init" ,"prevtx_input" ,b"prevtx_input" ,"prevtx_output" ,b"prevtx_output" ,"register_script_config" ,b"register_script_config" ,"request" ,b"request" ,"sign_message" ,b"sign_message" ]) -> None : ...
731
+ def WhichOneof (self , oneof_group : typing_extensions .Literal ["request" ,b"request" ]) -> typing .Optional [typing_extensions .Literal ["is_script_config_registered" ,"register_script_config" ,"prevtx_init" ,"prevtx_input" ,"prevtx_output" ,"sign_message" ,"antiklepto_signature" , "payment_request" ]]: ...
674
732
global___BTCRequest = BTCRequest
675
733
676
734
class BTCResponse (google .protobuf .message .Message ):
0 commit comments