-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Background
We are currently exporting the following symbols
module.exports = {
// Libtorrent Interaction mode
LibtorrentInteraction: joystream.LibtorrentInteraction,
// Connection State
ConnectionInnerState: joystream.InnerStateType,
// Session Mode and State
SessionMode: joystream.SessionMode,
SessionState: joystream.SessionState,
BuyingState: joystream.BuyingState,
SellingState: joystream.SellingState,
// Torrent State
TorrentState: libtorrent.TorrentState,
// Classes
TorrentInfo: libtorrent.TorrentInfo,
Session: Session,
// Payment channel, helper methods
paymentChannel: {
commitmentToOutput: joystream.commitmentToOutput
}
}https://github.com/JoyStream/joystream-node/blob/development/index.js.
Problem
There are useful symbols that we want to make more accessible, e.g BEPSupportStatus