We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78cf2a commit 332d8f9Copy full SHA for 332d8f9
1 file changed
Tokenization/backend/proto/wrapper.proto
@@ -60,13 +60,13 @@ enum MessageEvent {
60
MESSAGE_EVENT_UNSPECIFIED = 0;
61
62
// Default value, represents an empty event
63
- MESSAGE_EVENT_EMPTY = 0;
+ MESSAGE_EVENT_EMPTY = 1;
64
65
// New token message type, contains a new token and target address
66
- MESSAGE_EVENT_NEW_TOKEN = 1;
+ MESSAGE_EVENT_NEW_TOKEN = 2;
67
68
// Revoke token message type, contains a token to be revoked
69
- MESSAGE_EVENT_REVOKE_TOKEN = 2;
+ MESSAGE_EVENT_REVOKE_TOKEN = 3;
70
}
71
72
enum ConnectionDirection {
0 commit comments