Class | Description |
---|---|
EncryptedMessage |
A message that has been encrypted using the NEM's SDK libraries.
|
Message |
An abstract message class that serves as the base class of all message types.
|
MessageMarker |
Special message prefix for symbol.
|
PersistentHarvestingDelegationMessage | |
PersistentHarvestingDelegationMessage.HarvestingKeys |
When decrypting, the message is converted back to the 2 original private keys.
|
PlainMessage |
The plain message model defines a plain string.
|
RawMessage |
The raw message, a message that's not typed.
|
TypedMessage |
An SDK defined message where the type is prepended to the payload.
|
Enum | Description |
---|---|
MessageType |
The Message type.
|