ChannelManager

# Import statement

from bcx.manager import ChannelManager
class ChannelManager[source]

Class to manage connections to blockchain exchange channels

Attributes

available_channel_names

List of channel names this manager is responsible for

Methods

get_all_channels(self)

Get list of all opened connections to channels

get_channel(self, name, \*\*kwargs)

Get connection to a channel of interest

property available_channel_names

List of channel names this manager is responsible for

get_all_channels(self) → List[bcx.channels.Channel][source]

Get list of all opened connections to channels

get_channel(self, name, \*\*kwargs)bcx.channels.Channel[source]

Get connection to a channel of interest