Searched defs:add_htlc (Results 1 – 3 of 3) sorted by relevance
284 def add_htlc(self, is_forward_direction: bool): member in LiquidityHint335 def add_htlc(self, node_from: bytes, node_to: bytes, channel_id: ShortChannelID): member in LiquidityHintMgr
881 def add_htlc(self, htlc: UpdateAddHtlc) -> UpdateAddHtlc: member in Channel
518 static enum channel_add_err add_htlc(struct channel *channel, in add_htlc() function