feat: send data to and from serial port

This commit is contained in:
Vlad Stan
2022-08-03 13:48:46 +03:00
parent ae68c4dc6e
commit 7594474189
3 changed files with 184 additions and 79 deletions
@@ -260,6 +260,7 @@ const tableData = {
fee: 0,
txSize: 0,
psbtBase64: '',
psbtBase64Signed: '',
utxoSelectionModes: [
'Manual',
'Random',
@@ -268,6 +269,18 @@ const tableData = {
'Larger Inputs First'
],
utxoSelectionMode: 'Manual',
signModes: [
{
label: 'Serial Port',
value: 'serial-port'
},
{
label: 'Animated QR',
value: 'animated-qr',
disable: true
}
],
signMode: '',
show: false,
showAdvanced: false
},