1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 22:18:13 +00:00

protob: Update @used_in to NEMSignTx

This commit is contained in:
Saleem Rashid 2017-10-07 21:29:02 +01:00
parent c20bb1c567
commit b2ce773f80

View File

@ -273,7 +273,7 @@ message IdentityType {
/** /**
* Structure representing the common part for NEM transactions * Structure representing the common part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMTransactionCommon { message NEMTransactionCommon {
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
@ -286,7 +286,7 @@ message NEMTransactionCommon {
/** /**
* Structure representing the transfer transaction part for NEM transactions * Structure representing the transfer transaction part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMTransfer { message NEMTransfer {
optional string recipient = 1; // Address of the recipient optional string recipient = 1; // Address of the recipient
@ -308,7 +308,7 @@ message NEMMosaic {
/** /**
* Structure representing the provision namespace part for NEM transactions * Structure representing the provision namespace part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMProvisionNamespace { message NEMProvisionNamespace {
optional string namespace = 1; // New part concatenated to the parent optional string namespace = 1; // New part concatenated to the parent
@ -328,7 +328,7 @@ enum NEMMosaicLevy {
/** /**
* Structure representing the mosaic definition creation part for NEM transactions * Structure representing the mosaic definition creation part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMMosaicCreation { message NEMMosaicCreation {
optional NEMMosaicDefinition definition = 1; // Mosaic definition optional NEMMosaicDefinition definition = 1; // Mosaic definition
@ -360,7 +360,7 @@ message NEMMosaicDefinition {
/** /**
* Structure representing the mosaic supply change part for NEM transactions * Structure representing the mosaic supply change part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMMosaicSupplyChange { message NEMMosaicSupplyChange {
optional string namespace = 1; // Fully qualified name of the namespace optional string namespace = 1; // Fully qualified name of the namespace
@ -380,7 +380,7 @@ enum NEMSupplyChangeType {
/** /**
* Structure representing the aggregate modification part for NEM transactions * Structure representing the aggregate modification part for NEM transactions
* @used_in NEMTransaction * @used_in NEMSignTx
*/ */
message NEMAggregateModification { message NEMAggregateModification {
repeated NEMCosignatoryModification modifications = 1; // Cosignatory modifications repeated NEMCosignatoryModification modifications = 1; // Cosignatory modifications