Packages

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

Current section

Files

Jump to
glupbit include glupbit@auth_Credentials.hrl
Raw

include/glupbit@auth_Credentials.hrl

-record(credentials, {
access_key :: glupbit@auth:access_key(),
secret_key :: glupbit@auth:secret_key()
}).