Message
Notice
An encrypted command and signature.
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new Message(msgType
, data
): Message
Create a new instance of a Message
Parameters
Name | Type | Description |
---|---|---|
msgType | bigint | the type of the message |
data | bigint [] | the data of the message |
Returns
Defined in
message.ts:23
Properties
data
• data: bigint
[]
Defined in
message.ts:14
msgType
• msgType: bigint
Defined in
message.ts:12
DATA_LENGTH
▪ Static
DATA_LENGTH: number
= 10
Defined in
message.ts:16