Current section
Files
Jump to
Current section
Files
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()
}).