Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_SubscriptionInfo.hrl

-record(subscription_info, {
type_name :: binary(),
codes :: gleam@option:option(list(binary())),
level :: gleam@option:option(float())
}).