mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
Add network param to cardano sign tx (#205)
This commit is contained in:
parent
5d472e8a11
commit
ab58324dc0
@ -58,6 +58,7 @@ message CardanoSignTx {
|
||||
repeated CardanoTxInputType inputs = 1; // inputs to be used in transaction
|
||||
repeated CardanoTxOutputType outputs = 2; // outputs to be used in transaction
|
||||
optional uint32 transactions_count = 3; // transactions count
|
||||
optional uint32 network = 4; // network number
|
||||
/**
|
||||
* Structure representing cardano transaction input
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user