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)
-