currencies v0.2.1 Currencies.CentralBank

A struct that keeps information about the central bank governing a given currency.

It contains the following fields:

  • :name - the name of the central bank
  • :url - the url of the central bank

Summary

Types

t :: %Currencies.CentralBank{name: String.t, url: String.t}