mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-02 10:51:06 +00:00
cardano: SignedTransaction -> SignedTx to match other coins
This commit is contained in:
parent
564310d34d
commit
debd6871d6
@ -82,7 +82,7 @@ message CardanoVerifyMessage {
|
|||||||
/**
|
/**
|
||||||
* Request: Ask device to sign Cardano transaction
|
* Request: Ask device to sign Cardano transaction
|
||||||
* @start
|
* @start
|
||||||
* @next CardanoSignedTransaction
|
* @next CardanoSignedTx
|
||||||
* @next CardanoTxRequest
|
* @next CardanoTxRequest
|
||||||
* @next Failure
|
* @next Failure
|
||||||
*/
|
*/
|
||||||
@ -122,7 +122,7 @@ message CardanoTxRequest {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Request: Reported transaction data
|
* Request: Reported transaction data
|
||||||
* @next CardanoSignedTransaction
|
* @next CardanoSignedTx
|
||||||
* @next CardanoTxRequest
|
* @next CardanoTxRequest
|
||||||
*/
|
*/
|
||||||
message CardanoTxAck {
|
message CardanoTxAck {
|
||||||
@ -133,7 +133,7 @@ message CardanoTxAck {
|
|||||||
* Response: Serialised signed cardano transaction
|
* Response: Serialised signed cardano transaction
|
||||||
* @end
|
* @end
|
||||||
*/
|
*/
|
||||||
message CardanoSignedTransaction {
|
message CardanoSignedTx {
|
||||||
optional bytes tx_hash = 1; // hash of the signed transaction
|
optional bytes tx_hash = 1; // hash of the signed transaction
|
||||||
optional bytes tx_body = 2; // serialised body of the signed transaction
|
optional bytes tx_body = 2; // serialised body of the signed transaction
|
||||||
}
|
}
|
||||||
|
@ -172,7 +172,7 @@ enum MessageType {
|
|||||||
MessageType_CardanoGetAddress = 307 [(wire_in) = true];
|
MessageType_CardanoGetAddress = 307 [(wire_in) = true];
|
||||||
MessageType_CardanoAddress = 308 [(wire_out) = true];
|
MessageType_CardanoAddress = 308 [(wire_out) = true];
|
||||||
MessageType_CardanoTxAck = 309 [(wire_in) = true];
|
MessageType_CardanoTxAck = 309 [(wire_in) = true];
|
||||||
MessageType_CardanoSignedTransaction = 310 [(wire_out) = true];
|
MessageType_CardanoSignedTx = 310 [(wire_out) = true];
|
||||||
|
|
||||||
// Ontology
|
// Ontology
|
||||||
MessageType_OntologyGetAddress = 350 [(wire_in) = true];
|
MessageType_OntologyGetAddress = 350 [(wire_in) = true];
|
||||||
|
Loading…
Reference in New Issue
Block a user