File tree Expand file tree Collapse file tree 6 files changed +664
-34
lines changed Expand file tree Collapse file tree 6 files changed +664
-34
lines changed Original file line number Diff line number Diff line change 1
1
# @trezor/protobuf
2
2
3
- Library for handling protobuf interfaces with Treozr
3
+ Library for handling protobuf interfaces with Trezor
4
4
5
5
## From Protobuf to TypeScript
6
6
Original file line number Diff line number Diff line change 2976
2976
"wait_layout" : {
2977
2977
"type" : " bool" ,
2978
2978
"id" : 3
2979
+ },
2980
+ "thp_channel_id" : {
2981
+ "type" : " bytes" ,
2982
+ "id" : 4
2979
2983
}
2980
2984
}
2981
2985
},
3033
3037
"rule" : " repeated" ,
3034
3038
"type" : " string" ,
3035
3039
"id" : 13
3040
+ },
3041
+ "thp_pairing_code_entry_code" : {
3042
+ "type" : " uint32" ,
3043
+ "id" : 14
3044
+ },
3045
+ "thp_pairing_code_qr_code" : {
3046
+ "type" : " bytes" ,
3047
+ "id" : 15
3048
+ },
3049
+ "thp_pairing_code_nfc_unidirectional" : {
3050
+ "type" : " bytes" ,
3051
+ "id" : 16
3036
3052
}
3037
3053
}
3038
3054
},
7825
7841
"id" : 50008 ,
7826
7842
"extend" : " google.protobuf.EnumValueOptions"
7827
7843
},
7844
+ "channel_in" : {
7845
+ "type" : " bool" ,
7846
+ "id" : 50009 ,
7847
+ "extend" : " google.protobuf.EnumValueOptions"
7848
+ },
7849
+ "channel_out" : {
7850
+ "type" : " bool" ,
7851
+ "id" : 50010 ,
7852
+ "extend" : " google.protobuf.EnumValueOptions"
7853
+ },
7854
+ "pairing_in" : {
7855
+ "type" : " bool" ,
7856
+ "id" : 50011 ,
7857
+ "extend" : " google.protobuf.EnumValueOptions"
7858
+ },
7859
+ "pairing_out" : {
7860
+ "type" : " bool" ,
7861
+ "id" : 50012 ,
7862
+ "extend" : " google.protobuf.EnumValueOptions"
7863
+ },
7828
7864
"bitcoin_only" : {
7829
7865
"type" : " bool" ,
7830
7866
"id" : 60000 ,
You can’t perform that action at this time.
0 commit comments