Home
last modified time | relevance | path

Searched defs:add_htlc (Results 1 – 3 of 3) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnrouter.py284 def add_htlc(self, is_forward_direction: bool): member in LiquidityHint
335 def add_htlc(self, node_from: bytes, node_to: bytes, channel_id: ShortChannelID): member in LiquidityHintMgr
H A Dlnchannel.py881 def add_htlc(self, htlc: UpdateAddHtlc) -> UpdateAddHtlc: member in Channel
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dfull_channel.c518 static enum channel_add_err add_htlc(struct channel *channel, in add_htlc() function