Network classes :

class ucoinpy.api.bma.network.__init__.Network(connection_handler, module='network')

/network/* , this URL is used for the “UCoin Gossip” protocol (exchanging UC.G. messages).

__init__(connection_handler, module='network')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • module (str) – (Default value = network)
class ucoinpy.api.bma.network.__init__.Peering(connection_handler, module='network')

GET peering information about a peer.

__get__(**kwargs)

GET peering information about a peer : /network/peering

Parameters:kwargs