Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_ListSubscriptionsResponse.hrl

-record(list_subscriptions_response, {
method :: binary(),
result :: list(glupbit@websocket@subscription:subscription_info()),
ticket :: binary()
}).