Result_RouteLightningErrorZ |
Router.find_route(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs) |
Finds a [`Route`] between `payer` and `payee` for a payment with the given values.
|
Result_RouteLightningErrorZ |
Router.RouterInterface.find_route(byte[] payer,
RouteParameters route_params,
ChannelDetails[] first_hops,
InFlightHtlcs inflight_htlcs) |
Finds a [`Route`] between `payer` and `payee` for a payment with the given values.
|
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`] between `payer` and `payee` for a payment with the given values.
|
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`] between `payer` and `payee` for a payment with the given values.
|
static ScorerAccountingForInFlightHtlcs |
ScorerAccountingForInFlightHtlcs.of(Score 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.
|