Structsยง
- Channel
IdParams ๐ - Channel
Info ๐Response - General information about a channel state.
- Channels
Query ๐Request - Parameters for enumerating channels.
- Close
Channel ๐Response - Status of the channel after a close operation.
- Fund
Body ๐Request - Specifies the amount of HOPR tokens to fund a channel with.
- Fund
Channel ๐Response - Response body for funding a channel.
- Node
Channel ๐ - Channel information as seen by the node.
- Node
Channels ๐Response - Listing of channels.
- Open
Channel ๐Body Request - Request body for opening a channel.
- Open
Channel ๐Response - Response body for opening a channel.
Functionsยง
- close_
channel ๐ - Closes the given channel.
- fund_
channel ๐ - Funds the given channel with the given amount of HOPR tokens.
- list_
channels ๐ - Lists channels opened to/from this node. Alternatively, it can print all the channels in the network as this node sees them.
- open_
channel ๐ - Opens a channel to the given on-chain address with the given initial stake of HOPR tokens.
- query_
topology_ ๐info - show_
channel ๐ - Returns information about the given channel.