Packages

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

Current section

Files

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

include/glupbit@exchange@withdraw_WithdrawResponse.hrl

-record(withdraw_response, {
uuid :: binary(),
currency :: binary(),
net_type :: gleam@option:option(binary()),
txid :: gleam@option:option(binary()),
state :: binary(),
created_at :: binary(),
amount :: binary(),
fee :: binary(),
transaction_type :: binary()
}).