Result_RouteLightningErrorZ |
Router.find_route(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs) |
Finds a [`Route`] for a payment between the given `payer` and a payee.
|
Result_RouteLightningErrorZ |
Router.RouterInterface.find_route(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs) |
Finds a [`Route`] for a payment between the given `payer` and a payee.
|
Result_RouteLightningErrorZ |
Router.find_route_with_id(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs,
byte[] _payment_hash,
byte[] _payment_id) |
Finds a [`Route`] for a payment between the given `payer` and a payee.
|
Result_RouteLightningErrorZ |
Router.RouterInterface.find_route_with_id(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs,
byte[] _payment_hash,
byte[] _payment_id) |
Finds a [`Route`] for a payment between the given `payer` and a payee.
|
static ScorerAccountingForInFlightHtlcs |
ScorerAccountingForInFlightHtlcs.of(ScoreLookUp scorer,
InFlightHtlcs inflight_htlcs) |
Initialize a new `ScorerAccountingForInFlightHtlcs`.
|
static Result_InFlightHtlcsDecodeErrorZ |
Result_InFlightHtlcsDecodeErrorZ.ok(InFlightHtlcs o) |
Creates a new CResult_InFlightHtlcsDecodeErrorZ in the success state.
|