Get desktop application:
View/edit binary Protocol Buffers messages
* Response: Contains NEM address derived from device private seed @end
NEM address in Base32 encoding
* Request: Ask device to decrypt NEM transaction payload @start @next NEMDecryptedMessage @next Failure
BIP-32 path to derive the key from master node
Network ID (0x68 = Mainnet, 0x98 = Testnet, 0x60 = Mijin)
Public key of the other party
Actual message data (encrypted)
* Response: Contains decrypted NEM transaction payload @end
Actual message data (unencrypted)
* Request: Ask device for NEM address corresponding to address_n path @start @next NEMAddress @next Failure
BIP-32 path to derive the key from master node
Network ID (0x68 = Mainnet, 0x98 = Testnet, 0x60 = Mijin)
Optionally show on display before sending the result
display the address in chunks of 4 characters
* Request: Ask device to sign transaction @start @next NEMSignedTx @next Failure
Common part of transaction
Common part of inner transaction for multisig transactions
Transfer transaction part
Whether cosigning or initiating the multisig transaction
Provision namespace part
Mosaic definition creation part
Mosaic supply change part
Aggregate modification part
Importance transfer part
display the address in chunks of 4 characters
* Structure representing the aggregate modification part for NEM transactions
Used in:
Cosignatory modifications
Relative change of the minimum cosignatories
* Structure representing the cosignatory modification for aggregate modification transactions
Used in:
Type of cosignatory modification
Public key of the cosignatory
* Type of cosignatory modification
Used in:
* Structure representing the importance transfer part for NEM transactions
Used in:
Mode of importance transfer
Public key of the remote account
* Mode of importance transfer
Used in:
* Structure representing the mosaic definition creation part for NEM transactions
Used in:
Mosaic definition
Creation fee sink address
Creation fee
* Structure representing a mosaic definition
Used in:
User-friendly name of the mosaic (for whitelisted mosaics)
Ticker of the mosaic (for whitelisted mosaics)
Fully qualified name of the namespace
Name of the mosaic definition
Number of decimal places that a mosaic can be divided into
Levy type
Levy fee (interpretation depends on levy type)
Levy address
Fully qualified name of the namespace of the levy mosaic
Name of the levy mosaic
Initial supply to create, always given in entire units
Mutable supply
Mosaic allows transfers among accounts other than the creator
Mosaic description
Networks that the mosaic is valid on (for whitelisted mosaics)
* Type of levy which will be used for mosaic
Used in:
* Structure representing the mosaic supply change part for NEM transactions
Used in:
Fully qualified name of the namespace
Name of the mosaic definition
Type of supply change
Supply delta
* Type of supply change which will be applied to mosaic
Used in:
* Structure representing the provision namespace part for NEM transactions
Used in:
New part concatenated to the parent
Parent namespace (for child namespaces)
Rental fee sink address
Rental fee
* Structure representing the common part for NEM transactions
Used in:
BIP-32 path to derive the key from master node
Network ID (0x68 = Mainnet, 0x98 = Testnet, 0x60 = Mijin)
Number of seconds elapsed since the creation of the nemesis block
Fee for the transaction
Deadline of the transaction
Public key of the account (for multisig transactions)
* Structure representing the transfer transaction part for NEM transactions
Used in:
Address of the recipient
Amount of micro NEM that is transferred
Actual message data (unencrypted)
Public key of the recipient (for encrypted payloads)
Attached mosaics
* Structure representing the mosaic attachment for NEM transfer transactions
Used in:
Fully qualified name of the namespace
Name of the mosaic definition
Mosaic quantity, always given in smallest units
* Response: Contains NEM transaction data and signature @end
Transaction data
Signature for the transaction