Packages

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

Current section

Files

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

include/glupbit@exchange@withdraw_CoinWithdrawRequest.hrl

-record(coin_withdraw_request, {
currency :: binary(),
net_type :: binary(),
amount :: binary(),
address :: binary(),
secondary_address :: gleam@option:option(binary()),
transaction_type :: gleam@option:option(binary())
}).