Tradehub.Fee.current_fee-exclamation-mark

You're seeing just the function current_fee-exclamation-mark, go back to Tradehub.Fee module for more information.
Link to this function

current_fee!(withdrawal_token)

View Source

Specs

current_fee!(denom :: String.t()) :: Tradehub.withdrawal_fee()

Requests the current fees of the given withdrawal token denom.

Examples

iex> Tradehub.Fee.current_fee("swth")

iex> Tradehub.Fee.current_fee!("swth")