We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b3d8c commit 6da136eCopy full SHA for 6da136e
src/model/transaction/MessageType.ts
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2018 NEM
+ * Copyright 2019 NEM
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -15,9 +15,9 @@
15
*/
16
17
/**
18
- * The supply type. Supported supply types are:
19
- * 0: Increase in supply.
20
- * 1: Decrease in supply.
+ * The Message type. Supported supply types are:
+ * 0: PlainMessage
+ * 1: EncryptedMessage.
21
22
export enum MessageType {
23
PlainMessage = 0,
0 commit comments