Packages

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

Current section

Files

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

include/glupbit@exchange@service_WalletStatus.hrl

-record(wallet_status, {
currency :: binary(),
wallet_state :: binary(),
block_state :: gleam@option:option(binary()),
block_height :: gleam@option:option(integer()),
block_updated_at :: gleam@option:option(binary()),
block_elapsed_minutes :: gleam@option:option(integer())
}).