Julien

Results 3 comments of Julien

Hi Tiago, I was looking at the type guards and created two new ones that I needed for my implementation. I have added the names and signature below and can...

Ok I think I found the answer to my question regarding the WsUserDataEvents being a subtype of WsFormattedMessage. I think that is expected since any 'formattedUserDataMessage' event is also a...

Ok I think that makes sense. So regarding the second typeguard `isWsSpotUserDataExecutionReportFormatted` do I need to change the input from `data: WsUserDataEvents` to `data: WsFormattedMessage `? And is this the...