Packages

Type-safe Gleam client library for the Upbit cryptocurrency exchange API

Current section

Files

Jump to
glupbit include glupbit@websocket@connection_WsState.hrl
Raw

include/glupbit@websocket@connection_WsState.hrl

-record(ws_state, {
on_message :: fun((any(), glupbit@websocket@connection:ws_message()) -> any()),
user_state :: any()
}).