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