UD classes :

class ucoinpy.api.bma.ud.__init__.History(conn_handler, pubkey, module='ud')

Get the Universal Dividend history.

__get__(**kwargs)

Get the Universal Dividend history.

Parameters:kwargs
__init__(conn_handler, pubkey, module='ud')

Constructor

Parameters:
  • conn_handler – The connection handler.
  • pubkey (str) – The public key.
  • module – (Default = ud)
class ucoinpy.api.bma.ud.__init__.Ud(conn_handler, module='ud')

Class relative to the Universal Dividend.

__init__(conn_handler, module='ud')

Constructor

Parameters:
  • conn_handler – The connection handler.
  • module – (Default = ud)