Packages

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

Current section

Files

Jump to
glupbit include glupbit@quotation@orderbook_OrderbookLevel.hrl
Raw

include/glupbit@quotation@orderbook_OrderbookLevel.hrl

-record(orderbook_level, {
market :: binary(),
supported_levels :: list(integer())
}).