Packages

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

Current section

Files

Jump to
glupbit include glupbit@types_RateLimit.hrl
Raw

include/glupbit@types_RateLimit.hrl

-record(rate_limit, {
group :: binary(),
remaining_min :: integer(),
remaining_sec :: integer()
}).