package hw.trezor.messages.nem

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message NEMAddress

messages-nem.proto:25

* Response: Contains NEM address derived from device private seed @end

message NEMDecryptMessage

messages-nem.proto:188

* Request: Ask device to decrypt NEM transaction payload @start @next NEMDecryptedMessage @next Failure

message NEMDecryptedMessage

messages-nem.proto:199

* Response: Contains decrypted NEM transaction payload @end

message NEMGetAddress

messages-nem.proto:14

* Request: Ask device for NEM address corresponding to address_n path @start @next NEMAddress @next Failure

message NEMSignTx

messages-nem.proto:35

* Request: Ask device to sign transaction @start @next NEMSignedTx @next Failure

message NEMSignTx.NEMAggregateModification

messages-nem.proto:139

* Structure representing the aggregate modification part for NEM transactions

Used in: NEMSignTx

message NEMSignTx.NEMAggregateModification.NEMCosignatoryModification

messages-nem.proto:145

* Structure representing the cosignatory modification for aggregate modification transactions

Used in: NEMAggregateModification

enum NEMSignTx.NEMAggregateModification.NEMCosignatoryModification.NEMModificationType

messages-nem.proto:151

* Type of cosignatory modification

Used in: NEMCosignatoryModification

message NEMSignTx.NEMImportanceTransfer

messages-nem.proto:160

* Structure representing the importance transfer part for NEM transactions

Used in: NEMSignTx

enum NEMSignTx.NEMImportanceTransfer.NEMImportanceTransferMode

messages-nem.proto:166

* Mode of importance transfer

Used in: NEMImportanceTransfer

message NEMSignTx.NEMMosaicCreation

messages-nem.proto:88

* Structure representing the mosaic definition creation part for NEM transactions

Used in: NEMSignTx

message NEMSignTx.NEMMosaicCreation.NEMMosaicDefinition

messages-nem.proto:95

* Structure representing a mosaic definition

Used in: NEMMosaicCreation

enum NEMSignTx.NEMMosaicCreation.NEMMosaicDefinition.NEMMosaicLevy

messages-nem.proto:114

* Type of levy which will be used for mosaic

Used in: NEMMosaicDefinition

message NEMSignTx.NEMMosaicSupplyChange

messages-nem.proto:123

* Structure representing the mosaic supply change part for NEM transactions

Used in: NEMSignTx

enum NEMSignTx.NEMMosaicSupplyChange.NEMSupplyChangeType

messages-nem.proto:131

* Type of supply change which will be applied to mosaic

Used in: NEMMosaicSupplyChange

message NEMSignTx.NEMProvisionNamespace

messages-nem.proto:79

* Structure representing the provision namespace part for NEM transactions

Used in: NEMSignTx

message NEMSignTx.NEMTransactionCommon

messages-nem.proto:50

* Structure representing the common part for NEM transactions

Used in: NEMSignTx

message NEMSignTx.NEMTransfer

messages-nem.proto:61

* Structure representing the transfer transaction part for NEM transactions

Used in: NEMSignTx

message NEMSignTx.NEMTransfer.NEMMosaic

messages-nem.proto:70

* Structure representing the mosaic attachment for NEM transfer transactions

Used in: NEMTransfer

message NEMSignedTx

messages-nem.proto:177

* Response: Contains NEM transaction data and signature @end