mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
Added inputs_count/outputs_count to TransactionType
This commit is contained in:
parent
ca952548b7
commit
b678022437
@ -158,6 +158,8 @@ message TransactionType {
|
||||
repeated TxOutputBinType bin_outputs = 3;
|
||||
repeated TxOutputType outputs = 5;
|
||||
optional uint32 lock_time = 4;
|
||||
optional uint32 inputs_count = 6;
|
||||
optional uint32 outputs_count = 7;
|
||||
}
|
||||
|
||||
message TxRequestDetailsType {
|
||||
|
Loading…
Reference in New Issue
Block a user