Package org.ldk.impl
Interface bindings.LDKRouter
-
- Enclosing class:
- bindings
public static interface bindings.LDKRouter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longfind_route(byte[] payer, long route_params, byte[] payment_hash, long[] first_hops, long inflight_htlcs)voidnotify_payment_path_failed(long[] path, long short_channel_id)voidnotify_payment_path_successful(long[] path)voidnotify_payment_probe_failed(long[] path, long short_channel_id)voidnotify_payment_probe_successful(long[] path)
-
-
-
Method Detail
-
find_route
long find_route(byte[] payer, long route_params, byte[] payment_hash, long[] first_hops, long inflight_htlcs)
-
notify_payment_path_failed
void notify_payment_path_failed(long[] path, long short_channel_id)
-
notify_payment_path_successful
void notify_payment_path_successful(long[] path)
-
notify_payment_probe_successful
void notify_payment_probe_successful(long[] path)
-
notify_payment_probe_failed
void notify_payment_probe_failed(long[] path, long short_channel_id)
-
-