mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 23:11:10 +00:00
cardano: SignTransaction -> SignTx to match other coins
This commit is contained in:
parent
debd6871d6
commit
13747474c1
@ -86,7 +86,7 @@ message CardanoVerifyMessage {
|
|||||||
* @next CardanoTxRequest
|
* @next CardanoTxRequest
|
||||||
* @next Failure
|
* @next Failure
|
||||||
*/
|
*/
|
||||||
message CardanoSignTransaction {
|
message CardanoSignTx {
|
||||||
repeated CardanoTxInputType inputs = 1; // inputs to be used in transaction
|
repeated CardanoTxInputType inputs = 1; // inputs to be used in transaction
|
||||||
repeated CardanoTxOutputType outputs = 2; // outputs to be used in transaction
|
repeated CardanoTxOutputType outputs = 2; // outputs to be used in transaction
|
||||||
optional uint32 transactions_count = 3; // transactions count
|
optional uint32 transactions_count = 3; // transactions count
|
||||||
|
@ -165,7 +165,7 @@ enum MessageType {
|
|||||||
MessageType_CardanoSignMessage = 300 [(wire_in) = true];
|
MessageType_CardanoSignMessage = 300 [(wire_in) = true];
|
||||||
MessageType_CardanoMessageSignature = 301 [(wire_out) = true];
|
MessageType_CardanoMessageSignature = 301 [(wire_out) = true];
|
||||||
MessageType_CardanoVerifyMessage = 302 [(wire_in) = true];
|
MessageType_CardanoVerifyMessage = 302 [(wire_in) = true];
|
||||||
MessageType_CardanoSignTransaction = 303 [(wire_in) = true];
|
MessageType_CardanoSignTx = 303 [(wire_in) = true];
|
||||||
MessageType_CardanoTxRequest = 304 [(wire_out) = true];
|
MessageType_CardanoTxRequest = 304 [(wire_out) = true];
|
||||||
MessageType_CardanoGetPublicKey = 305 [(wire_in) = true];
|
MessageType_CardanoGetPublicKey = 305 [(wire_in) = true];
|
||||||
MessageType_CardanoPublicKey = 306 [(wire_out) = true];
|
MessageType_CardanoPublicKey = 306 [(wire_out) = true];
|
||||||
|
Loading…
Reference in New Issue
Block a user