mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
add missing @used_in
This commit is contained in:
parent
1865a0428d
commit
4eef0a9866
@ -162,11 +162,17 @@ message TransactionType {
|
|||||||
optional uint32 outputs_cnt = 7;
|
optional uint32 outputs_cnt = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @used_in TxRequest
|
||||||
|
*/
|
||||||
message TxRequestDetailsType {
|
message TxRequestDetailsType {
|
||||||
optional uint32 request_index = 1; // device expects TxAck message from the computer
|
optional uint32 request_index = 1; // device expects TxAck message from the computer
|
||||||
optional bytes tx_hash = 2; // tx_hash of requested transaction
|
optional bytes tx_hash = 2; // tx_hash of requested transaction
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @used_in TxRequest
|
||||||
|
*/
|
||||||
message TxRequestSerializedType {
|
message TxRequestSerializedType {
|
||||||
optional uint32 signature_index = 1; // 'signature' field contains signed input of this index
|
optional uint32 signature_index = 1; // 'signature' field contains signed input of this index
|
||||||
optional bytes signature = 2; // signature of the signature_index input
|
optional bytes signature = 2; // signature of the signature_index input
|
||||||
|
Loading…
Reference in New Issue
Block a user