Type Alias IAuthChannelType
IAuthChannelType:
|
"bu"
|
"fcc"
|
"fcn"
|
"fcs"
|
"fcu"
|
"fiu"
|
"flc"
|
"fln"
|
"fls"
|
"flu"
|
"foc"
|
"fon"
|
"fos"
|
"fou"
|
"fte"
|
"ftu"
|
"miu"
|
"n"
|
"oc"
|
"on"
|
"os"
|
"ou"
|
"pc"
|
"pn"
|
"ps"
|
"pu"
|
"te"
|
"tu"
Bitfinex v1 mnemonic for authenticated channel frames that we deliver as a raw envelope (i.e. not
ws/wu/hb, which are decoded into their own typed messages). Using a literal union keepsIMessagediscriminated so narrowing viamsg.type === "ticker"actually excludes the envelope.