Node classes :¶
-
class
ucoinpy.api.bma.node.__init__.Node(connection_handler, module='node')¶ Get technical informations about this node.
-
__init__(connection_handler, module='node')¶ Constructor
Parameters: - connection_handler – The connection handler.
- module (str) – (Default value = node)
-
-
class
ucoinpy.api.bma.node.__init__.Summary(connection_handler, module='node')¶ Get technical informations about this node.
-
__get__(**kwargs)¶ Get technical informations about this node.
-
__init__(connection_handler, module='node')¶ Constructor
Parameters: - connection_handler – The connection handler.
- module (str) – (Default value = node)
-