Packages

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

Current section

Files

Jump to
glupbit include glupbit@exchange@withdraw_KrwWithdrawRequest.hrl
Raw

include/glupbit@exchange@withdraw_KrwWithdrawRequest.hrl

-record(krw_withdraw_request, {
amount :: binary(),
two_factor_type :: gleam@option:option(binary())
}).