Skip to content

Commit 6da136e

Browse files
committed
add MessageType
1 parent 90b3d8c commit 6da136e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/model/transaction/MessageType.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 NEM
2+
* Copyright 2019 NEM
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,9 +15,9 @@
1515
*/
1616

1717
/**
18-
* The supply type. Supported supply types are:
19-
* 0: Increase in supply.
20-
* 1: Decrease in supply.
18+
* The Message type. Supported supply types are:
19+
* 0: PlainMessage
20+
* 1: EncryptedMessage.
2121
*/
2222
export enum MessageType {
2323
PlainMessage = 0,

0 commit comments

Comments
 (0)