protob: add GetPublicKey.script_type

pull/41/head
Pavol Rusnak 6 years ago
parent ecac910d7f
commit a01a9cef9e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -45,6 +45,7 @@ message GetPublicKey {
optional string ecdsa_curve_name = 2; // ECDSA curve name to use
optional bool show_display = 3; // optionally show on display before sending the result
optional string coin_name = 4 [default='Bitcoin']; // coin to use for verifying
optional InputScriptType script_type = 5 [default=SPENDADDRESS]; // used to distinguish between various address formats (non-segwit, segwit, etc.)
}
/**

Loading…
Cancel
Save