orb.cli.channel module

orb.cli.channel.list_forwards(pubkey: str | None = <typer.models.ArgumentInfo object>, index_offset: int = <typer.models.OptionInfo object>, num_max_events: int = <typer.models.OptionInfo object>)

List forwards for the node.

orb.cli.channel.open(peer_pubkey: str, amount_sats: int, sat_per_vbyte: int, pubkey: str = '')

Open a channel.

orb.cli.channel.rebalance(satoshis: int = <typer.models.ArgumentInfo object>, outgoing_chan_id: str = <typer.models.OptionInfo object>, last_hop_pubkey: str = <typer.models.OptionInfo object>, max_paths: int = <typer.models.OptionInfo object>, fee_rate: int = <typer.models.OptionInfo object>, time_pref: float = <typer.models.OptionInfo object>, pubkey: str = '')

Rebalance the node.

If no outgoing and incoming channel are specified, then channels with high and low outbound are automatically selected.