UNPKG
foxbit-client
Version:
latest (1.0.3)
1.0.3
Client API to FoxBit Exchange
github.com/thiagoburgo/foxbit-client
thiagoburgo/foxbit-client
foxbit-client
/
lib
/
message-type.d.ts
9 lines
(8 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
MessageType
{
Request
=
0
,
Reply
=
1
,
Subscribe
=
2
,
Event
=
3
,
Unsubscribe
=
4
,
Error
=
5
}