discoin.Currency

class discoin.Currency(currency_obj)

Currency Object

Parameters
  • id – (str) The 3 letter id of the currency

  • name – (str) The provided name of the currency

  • value – (float) The value the currency has

  • reserve – (float) The amount of currency trade left

__init__(currency_obj)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(currency_obj)

Initialize self.