orb.lnd.lnd_base module

class orb.lnd.lnd_base.LndBase(protocol)

Bases: object

get_alias_from_channel_id(chan_id) str | None
get_own_alias() str
get_version() str
static hex_string_to_bytes(hex_string: str) bytes